public
Description: A Ruby XMPP framework for modular bot creation; a CLI to your social cloud data.
Homepage: http://computer.webcracy.org/
Clone URL: git://github.com/webcracy/computerbot.git
computerbot / 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