commit 14777c18cfc92e020b937d58e0bfb6f4779f8f2c from: Alexander Barton date: Sun Apr 19 22:55:24 2020 UTC contrib/nglog.sh: Fork awk(1), deal better with signals (CTRL-C) commit - e4a6bd509966396390c8d6affceedf35785159bf commit + 14777c18cfc92e020b937d58e0bfb6f4779f8f2c blob - c96f993a805a83c12a4ba6a41efb75dc0bb29d8b blob + 2c558eb4d6b0b6d6087ff86ab77f63f23d2445d2 --- contrib/nglog.sh +++ contrib/nglog.sh @@ -1,7 +1,7 @@ #!/bin/sh # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2019 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2020 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,4 +23,6 @@ awk ' /^\[[[:digit:]]+:5 / {print "\033[1m" $0 "\033[0m"} /^\[[[:digit:]]+:6 / {print $0} /^\[[[:digit:]]+:7 / {print "\033[90m" $0 "\033[0m"} -' +'