fork download
  1. #!/bin/sh
  2. $1=test
  3.  
  4. if $#=1
  5. then
  6. mkdir $1
  7. echo $1
  8. fi
Success #stdin #stdout 0.03s 5312KB
stdin
Standard input is empty
stdout
Standard output is empty