samson
samson copied to clipboard
Loops break Samson
Example script which will break:
for i in seq 1 10;
would error
sh: -c: line 69: syntax error near unexpected token `echo'
We sort of enforce one liners here. If you can figure out a better way to split out commands, lmk.