This file contains hidden or 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
osascript -e 'tell application "Skype" to quit saving no' | |
osascript -e 'tell application "TweetDeck" to quit saving no' | |
osascript -e 'tell application "Adium" to quit saving no' | |
osascript -e 'tell application "iChat" to quit saving no' | |
# The rest of these comments are a .plist you need to copy to ~/Library/LaunchAgents | |
# make sure you edit the line after /bin/bash to point to where ever you put ClosingTime.sh | |
# cd ~/Library/LaunchAgents/ | |
# launchctl load com.phreakweb.ClosingTime.plist |