[actions/shell_script] init

This commit is contained in:
2023-10-31 13:11:31 +01:00
parent 5cbf066ccf
commit 46d1270648
2 changed files with 120 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ func GetAllActions() []DocumentedAction {
Printer{},
TimeOut{},
Command{},
ShellScript{},
Shutdown{},
}
}