summary refs log tree commit diff
path: root/contrib/nglog.sh
AgeCommit message (Collapse)Author
2022-12-25Spelling fixes, mostly in file commentsAlexander Barton
2020-05-03contrib/nglog.sh: Looks like GNU awk (gawk) is needed ...Alexander Barton
2020-04-20contrib/nglog.sh: Use bash(1) as interpreterAlexander Barton
bash(1) is required to handle the forking and output redirection connectly, sh(1) -- at least dash(1) on Debian -- fails ... This fixes the last commit, 14777c18c.
2020-04-20contrib/nglog.sh: Fork awk(1), deal better with signals (CTRL-C)Alexander Barton
2019-12-07contrib/nglog.sh: Use bright colors for warning & error messagesAlexander Barton
2019-11-10Add simple log colorization script: ./contrib/nglog.shAlexander Barton
This script parses the log output of ngircd(8), and colorizes the messages accoring to their log level. Example usage: ngircd -f $PWD/doc/sample-ngircd.conf -np | ./contrib/nglog.sh