fork(2) download
  1. #!/bin/bash
  2. # your code goes here
  3.  
  4. unset() {
  5. echo "Йопс!"
  6. }
  7.  
  8. UNIX95="qwerty"
  9.  
  10. (
  11. if [ ! -z "$UNIX95" ] ; then
  12. unset UNIX95
  13. fi
  14. )
Success #stdin #stdout 0.03s 5268KB
stdin
Standard input is empty
stdout
Йопс!