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" +}