揮発性のメモ2

http://d.hatena.ne.jp/iww/

ログを監視して、いやなことが3回あったらリブート

tail -F /var/log/syslog | perl -ne 'if(/iyanakoto/){$count++}; if($count>3){`reboot`}'