fork download
  1. set -e
  2. if [[ "$a" = "foo"]]
  3. then
  4. echo "TRUE"
  5. fi
  6. echo "Reached"
Runtime error #stdin #stdout #stderr 0.01s 5532KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog.sh: line 2: syntax error in conditional expression