From 52980f31965961bb9c52c83d45e5822d4472ec02 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 1 Mar 2022 14:42:07 +0000 Subject: examples and changlog updated --- examples/status.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/status.sh b/examples/status.sh index 94e8fe7..151728b 100755 --- a/examples/status.sh +++ b/examples/status.sh @@ -51,4 +51,6 @@ function percentBar () { echo "$res" } +[[ -p $STATUSPIPE ]] || mkfifo $STATUSPIPE + echo "$( percentBar )" > "$STATUSPIPE" -- cgit v1.2.3