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 --- changelog.md | 2 +- examples/status.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bc82ede..daaf121 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.42 (unreleased) +## Version 0.42 (March, 2022) _New features_ 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