dotfiles/home/bin/goodnight.sh

20 lines
491 B
Bash
Raw Normal View History

#!/bin/sh
# shutdown vagrant boxes
for box in $(vagrant global-status|grep running|awk '{ print $1 }'); do vagrant halt $box; done
# kill tmux sessions
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"'
2015-08-13 17:17:28 -04:00
osascript -e 'quit app "github desktop"'
2015-07-22 10:24:08 -04:00
osascript -e 'quit app "atom"'
uncommitted ~/Projects ~/.homesick