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
{ | |
"title": "Apache and Tomcat Logs", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "apache !tomcat !static", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |
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
-- Run via crontab: 0,1,29,30,31,59 8-18 * * 1,2,3,4,5 osascript /Users/pdehlke/bin/icalMeeting.scpt | |
tell application "System Events" to set AdiumIsRunning to (count of (every process whose name is "Adium")) > 0 | |
tell application "System Events" to set SkypeIsRunning to (count of (every process whose name is "Skype")) > 0 | |
tell application "System Events" to set OutlookIsRunning to (count of (every process whose name is "Microsoft Outlook")) > 0 | |
set curdate to current date | |
set tomorrow to (current date) + 86400 | |
tell application "Calendar" |
NewerOlder