feat(horsch,zsh): add fu-build function
parent
911222e679
commit
61e21a8720
|
@ -14,6 +14,10 @@
|
|||
ssh smartcan "systemctl restart smartcan-''${1}"
|
||||
}
|
||||
|
||||
function fu-build {
|
||||
./kas-container build kas/kas-ttc-image-horsch.yml
|
||||
}
|
||||
|
||||
function fu-reboot {
|
||||
ssh fusion "reboot"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue