fork download
  1. #! /bin/sh -e
  2.  
  3. echo foo
  4. test -f no_such_file || exit 1
  5. echo bar
Runtime error #stdin #stdout 0.02s 5312KB
stdin
Standard input is empty
stdout
foo