mirror of
https://github.com/pragma-/pbot.git
synced 2025-04-12 10:58:10 +02:00

Converted single large "amalgamate" monolithic pbot2.pl script into multiple Perl packages/modules. Tons of refactoring and clean-ups. Consider this version to be beta. Use at your own risk.
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm stderr_log log
|
|
./fpb
|
|
cat stderr_log
|