diff options
-rw-r--r-- | changelog.md | 2 | ||||
-rwxr-xr-x | examples/status.sh | 2 |
2 files changed, 3 insertions, 1 deletions
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</fc>" } +[[ -p $STATUSPIPE ]] || mkfifo $STATUSPIPE + echo "$( percentBar )" > "$STATUSPIPE" |