mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
f725743ccb
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
|