mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-02 18:19:33 +01:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm stderr_log log 2>/dev/null
|
|
./fpb
|
|
cat stderr_log
|