From df248206c442f6fbf96ae15b467a05b234fd66f6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 9 May 2024 15:56:27 -0300 Subject: clock, minutes, round, statusf: Add working utilities --- src/statusf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/statusf (limited to 'src/statusf') diff --git a/src/statusf b/src/statusf new file mode 100755 index 0000000..2e799cf --- /dev/null +++ b/src/statusf @@ -0,0 +1,6 @@ +#!/bin/sh +set -eu + +STATUS=0 +"$@" || STATUS=$? +printf '%s\n' > "$1" -- cgit v1.2.3