webcracy / computer-bot--twitter-edition

A full-featured Twitter IM bot using the Computer bot framework.

This URL has Read+Write access

computer-bot--twitter-edition / monitor.sh
100755 11 lines (7 sloc) 0.162 kb
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
 
 
testfile=/home/webcracy/twitterbot/lib/computerbot_lib.rb.pid
 
if [ ! -f $testfile ];
then
cd /home/webcracy/twitterbot/
ruby computerbot.rb start
fi