-disable NSE POW during cadet tests
[oweals/gnunet.git] / contrib / gnunet-logread-ipc
1 #!/bin/sh
2 #
3 # Usage: gnunet-logread-ipc | gnunet-logread
4
5 ipc=${1:-/tmp/gnunet-logread-ipc.sock}
6 test -e "$ipc" || mkfifo "$ipc"
7 cat "$ipc"