Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/sh
  2. # This script run-if.sh runs the commands when I am happy
  3. # Warning: the following script does not work (on nose)
  4. if [ "$1" == "I-am-happy" ]; then
  5. "$2"
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement