Skip to content

Instantly share code, notes, and snippets.

@jtrim
Created August 18, 2014 19:15
Show Gist options
  • Save jtrim/c97340791512209b05d4 to your computer and use it in GitHub Desktop.
Save jtrim/c97340791512209b05d4 to your computer and use it in GitHub Desktop.
mspring() {
be spring && \
while true
do
spring 2>&1 > /dev/null
SPRING_STATUS=`spring status`
clear
echo `date`\\n$SPRING_STATUS
sleep 2
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment