aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet-logread-ipc
blob: 77515d890348252e3941a9d10e829c9ac83f7225 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Usage: gnunet-logread-ipc | gnunet-logread
#
# ... obsoleted by gnunet-logread's new -f option that does the same thing

ipc=${1:-/tmp/gnunet-logread-ipc.sock}
test -e "$ipc" || mkfifo "$ipc"
cat "$ipc"