1 2 3 4 5 6 | #!/bin/bash for a in jeden dwa trzy cztery piec echo "to jest napis numer $a" done |
IyEvYmluL2Jhc2gKCmZvciBhIGluIGplZGVuIGR3YSB0cnp5IGN6dGVyeSBwaWVjCmVjaG8gInRvIGplc3QgbmFwaXMgbnVtZXIgJGEiCmRvbmUK
-
upload with new input
-
result: Runtime error time: 0.02s memory: 5312 kB signal: -1
3
prog.sh: line 4: syntax error near unexpected token `echo' prog.sh: line 4: `echo "to jest napis numer $a"'
-
result: Runtime error time: 0.02s memory: 5312 kB signal: -1
prog.sh: line 4: syntax error near unexpected token `echo' prog.sh: line 4: `echo "to jest napis numer $a"'



