Skip to content

Instantly share code, notes, and snippets.

@flores
Created March 14, 2013 23:49
Show Gist options
  • Save flores/5166314 to your computer and use it in GitHub Desktop.
Save flores/5166314 to your computer and use it in GitHub Desktop.
dave.sh
#!/bin/bash
if [ -z $1 ]; then
echo $0 always exits "fuck you"
else
echo fuck you
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment