Last active
March 4, 2016 18:29
-
-
Save james-huston/45e2e8a0f07ed7e3cc7c to your computer and use it in GitHub Desktop.
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 ls { | |
RAND=$[ 1 + $[ RANDOM % 20 ]] | |
if [ $RAND == 1 ] | |
then | |
osascript -e 'set volume 7' | |
say "god I wish had not left my computer unlocked" & | |
fi | |
/bin/ls "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment