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



