source: bin/chat.sh

Last change on this file was 115, checked in by george, 15 years ago
  • Upraveno: Různé systémové shellové skripty.
  • Property svn:executable set to *
File size: 109 bytes
Line 
1#!/bin/bash
2
3# History IRC bot
4cd /a/www/devel/chat
5while [ 1=1 ]; do
6/usr/bin/php irc_bot.php
7sleep 1
8done
9
Note: See TracBrowser for help on using the repository browser.