source:
trollforge/rucas/webchat.sh
@
467
| Revision 366, 185 bytes checked in by rucas, 3 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | while : |
| 3 | do |
| 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 |
| 12 | done |
Note: See TracBrowser
for help on using the repository browser.
