77515d890348252e3941a9d10e829c9ac83f7225
[oweals/gnunet.git] / gnunet-logread-ipc
1 #!/bin/sh
2 #
3 # Usage: gnunet-logread-ipc | gnunet-logread
4 #
5 # ... obsoleted by gnunet-logread's new -f option that does the same thing
6
7 ipc=${1:-/tmp/gnunet-logread-ipc.sock}
8 test -e "$ipc" || mkfifo "$ipc"
9 cat "$ipc"