From 826ddbbc607588f347ac02a9ae41d1c1e9289c25 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 21 Feb 2015 20:09:04 -0800 Subject: [PATCH] Resistance games start. --- dotfiles/lib/shellrc/osx.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotfiles/lib/shellrc/osx.sh b/dotfiles/lib/shellrc/osx.sh index 657633eb..1a42f967 100644 --- a/dotfiles/lib/shellrc/osx.sh +++ b/dotfiles/lib/shellrc/osx.sh @@ -174,3 +174,12 @@ function clear_dock { defaults write com.apple.dock persistent-apps -array } +function resistance_game_start { + say "everyone close their eyes." + sleep 4 + say "spies open their eyes" + sleep 4 + say "spies close their eyes" + sleep 4 + say "everyone open their eyes" +}