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