feat(horsch,zsh): add fu-build function

main
mandlm 2024-07-29 07:27:51 +02:00
parent 911222e679
commit 61e21a8720
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
ssh smartcan "systemctl restart smartcan-''${1}" ssh smartcan "systemctl restart smartcan-''${1}"
} }
function fu-build {
./kas-container build kas/kas-ttc-image-horsch.yml
}
function fu-reboot { function fu-reboot {
ssh fusion "reboot" ssh fusion "reboot"
} }