Skip to content

Instantly share code, notes, and snippets.

@hagiyaki
Created April 24, 2013 07:16
Show Gist options
  • Save hagiyaki/5450230 to your computer and use it in GitHub Desktop.
Save hagiyaki/5450230 to your computer and use it in GitHub Desktop.
earthquake監視マン
while true
do
CHK_PROC=`ps aux|grep earthquake|grep -v grep|wc -l`
if [ ${CHK_PROC} -eq 0 ]; then
gnome-terminal -e earthquake
sleep 2
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment