Skip to content

Instantly share code, notes, and snippets.

@yanneves
Created January 25, 2019 17:56
Show Gist options
  • Save yanneves/261ce5d5c9f9f0233a3ecc475c70ab85 to your computer and use it in GitHub Desktop.
Save yanneves/261ce5d5c9f9f0233a3ecc475c70ab85 to your computer and use it in GitHub Desktop.
Fucking Do It
function do_it {
until $@;
do
echo 'Alright then..';
sleep 5;
done;
echo 'Done!';
}
alias fucking=do_it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment