Skip to content

Instantly share code, notes, and snippets.

@jhazelwo-charter
Created March 17, 2017 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhazelwo-charter/07931a9503304398c7f6b5581875b952 to your computer and use it in GitHub Desktop.
Save jhazelwo-charter/07931a9503304398c7f6b5581875b952 to your computer and use it in GitHub Desktop.
#!/bin/sh
please() {
ls /file/not/found
}
thanks() {
echo "file was found"
}
please && thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment