Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created August 28, 2015 19:07
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 thoraxe/e84bd46f745ddef0666f to your computer and use it in GitHub Desktop.
Save thoraxe/e84bd46f745ddef0666f to your computer and use it in GitHub Desktop.
function exec_it() { |
if [ $verbose == 1 ] |⇉ then |
"$0" |⇉
else |⇉ "$0" &> /dev/null |⇉
fi |
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment