]> jfr.im git - erebus.git/blame_incremental - croncheck.sh
sms
[erebus.git] / croncheck.sh
... / ...
CommitLineData
1#!/bin/bash
2
3cd /home/jrunyon/erebus
4exec &>nohup.out
5
6if ! kill -0 "$(cat pidfile)"; then
7 nohup ./run.sh &
8fi