source: trollforge/rucas/webchat.sh @ 467

Revision 366, 185 bytes checked in by rucas, 3 years ago (diff)

molish

Line 
1#!/bin/bash
2while :
3do
4        perl webchat.pl &
5        perl webchat.pl &
6        perl webchat.pl &
7        perl webchat.pl &
8        perl webchat.pl &
9        perl webchat.pl &
10        sleep 60
11        killall -9 perl
12done
Note: See TracBrowser for help on using the repository browser.