hbbs

bbs.hlirc.net
Log | Files | Refs | README | LICENSE

commit 96a8304e51cd843e34aa0ff69556edc4faf51fbf
parent 06b19b962a3fa3531bef07d8dc98c30037f6f707
Author: hhvn <hayden@haydenvh.com>
Date:   Wed,  3 Feb 2021 23:04:24 +0000

hbbs.sh: SIGPIPE was doing something odd - I'm not even sure if it is needed

Diffstat:
Mhbbs.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/hbbs.sh b/hbbs.sh @@ -4,7 +4,6 @@ trap 'die "SIGINT received"' 2 # xinetd trap 'die "connection lost"' 1 #SIGHUP -trap 'die "connection lost"' 13 #SIGPIPE export cwd=$(dirname $0) . $cwd/include/common.sh