1 2 3 4 5 6 7 8 | #!/bin/bash read a while [ $a -le 20 ]; do echo $a a=$[ a + 1 ] done |
IyEvYmluL2Jhc2gKcmVhZCBhCndoaWxlIFsgJGEgLWxlIDIwIF07CmRvCmVjaG8gJGEKYT0kWyBhICsgMSBdCmRvbmUK
-
upload with new input
-
result: Success time: 0.02s memory: 5312 kB returned value: 0
10
10 11 12 13 14 15 16 17 18 19 20
-
result: Success time: 0.02s memory: 5312 kB returned value: 0
prog.sh: line 3: [: -le: unary operator expected



