fork download
  1. set -e
  2.  
  3. TOKEN_COUNTER=0
  4. echo TOKEN_COUNTER=$TOKEN_COUNTER
  5. (( TOKEN_COUNTER++ ))
  6. echo Success. TOKEN_COUNTER=$TOKEN_COUNTER
Runtime error #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
TOKEN_COUNTER=0