User Tools

Site Tools


screen-irssi
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


screen-irssi [2014-01-03 15:23:04] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +crontab -e 
 +<code> 
 +*/5 *  *         /home/jenda/guard.sh 
 +</code> 
 +guard.sh 
 +<code> 
 +if ! ps x|grep -q [S]CREEN; then 
 +  /usr/bin/screen -d -m irssi 
 +fi 
 +</code> 
 +chmod +x guard.sh
screen-irssi.txt · Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki