Created
January 25, 2019 17:56
-
-
Save yanneves/261ce5d5c9f9f0233a3ecc475c70ab85 to your computer and use it in GitHub Desktop.
Fucking Do It
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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