bkerby

wut

Oct 10th, 2012
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $> cat wut.sh
  2. #!/bin/bash
  3.  
  4. case wat in wat?([-_])?(isgoingon)) echo "eerrrr" ;; esac
  5.  
  6. $> ./wut.sh
  7. ./wut.sh: line 3: syntax error near unexpected token `('
  8. ./wut.sh: line 3: `case wat in wat?([-_])?(isgoingon)) echo "eerrrr" ;; esac'
  9.  
  10. $> case wat in wat?([-_])?(isgoingon)) echo "eerrrr" ;; esac
  11. eerrrr
Advertisement
Add Comment
Please, Sign In to add comment