screen-irssi
crontab -e
*/5 * * * * /home/jenda/guard.sh
guard.sh
if ! ps x|grep -q [S]CREEN; then /usr/bin/screen -d -m irssi fi
chmod +x guard.sh
screen-irssi.txt · Last modified: 2014-01-03 15:23:04 by 127.0.0.1
crontab -e
*/5 * * * * /home/jenda/guard.sh
guard.sh
if ! ps x|grep -q [S]CREEN; then /usr/bin/screen -d -m irssi fi
chmod +x guard.sh