This file contains 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
#!/bin/bash | |
# Usage: printECS ROOM FILE | |
# Prints to a room in the Rodgers building | |
[email protected] | |
case $1 in | |
214);; | |
113);; | |
112);; |
This file contains 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
// Save in ~/.grails/scripts/_Events.groovy | |
def start = new Date(); | |
eventStatusFinal = { msg -> | |
if(msg.startsWith("Server running.")) { | |
println 'Startup time = ' + timeDiff(start) | |
notification("Grails Started") | |
} | |
} | |
eventTestPhasesEnd = { |
NewerOlder