From ac0317d05c38648bd4e248853ce8f24dfc202b58 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 28 Dec 2015 18:42:47 -0500 Subject: [PATCH] don't need to quit all chat apps --- home/bin/goodnight.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/bin/goodnight.sh b/home/bin/goodnight.sh index 17a875e..3d445e8 100755 --- a/home/bin/goodnight.sh +++ b/home/bin/goodnight.sh @@ -8,11 +8,6 @@ tmux kill-server # quit apps osascript -e 'quit app "emacs"' -osascript -e 'quit app "textual 5"' -osascript -e 'quit app "adium"' -osascript -e 'quit app "flowdock"' -osascript -e 'quit app "skype"' -osascript -e 'quit app "slack"' osascript -e 'quit app "github desktop"' osascript -e 'quit app "atom"'