ctpv/end.sh

7 lines
137 B
Bash
Raw Normal View History

2022-05-25 23:57:50 +02:00
fifo="$(get_fifo "$1")"
[ -e "$fifo" ] || exit 1
# sending zero byte tells listener to stop
fifo_open "$fifo" && printf '\0' > "$fifo"