This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
pbot
Watch
3
Star
0
Fork
0
You've already forked pbot
mirror of
https://github.com/pragma-/pbot.git
synced
2024-11-02 18:19:33 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ebd47406ca
pbot
/
pbot.sh
5 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Extra comments in pbot.pl; Added pbot.sh launcher; Restructured config, data and log files into respective directories
2010-05-25 05:03:23 +02:00
#!/bin/sh
pbot.sh: strange behavior with &> -- using 2> instead
2011-12-12 07:01:51 +01:00
mv log/log log/log-
`
date +%Y%m%d-%H:%M.%N
`
2> /dev/null
Merge stderr into existing log file and remove stderr_log file
2014-12-30 08:55:49 +01:00
perl pbot.pl 2>> log/log
Reference in New Issue
Copy Permalink