diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-12 19:44:04 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-12 19:44:04 +0100 |
commit | a1bae69d54bfebbdb99c4beb644ebc755a75da24 (patch) | |
tree | 48507d6e3c092ce018e8e1b39887c38d2b296052 /core/state | |
parent | 8b0ecac59c4fa1d87167f4c1358c2662be3a63aa (diff) |
Diffstat (limited to 'core/state')
-rwxr-xr-x | core/state | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/core/state b/core/state deleted file mode 100755 index 6aad04b..0000000 --- a/core/state +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -[ "$1" = "info" ] && echo "show timer" && exit 2 -. "$core_path/lib" - -usage() { - cat << EOF -$subcmd -- show timer - -usage: - $subcmd [options] - -options: - -h, --help show help - -actions: -EOF -} - -. "$core_path/update" -echo "lap $lap, $([ $running -eq 1 ] && echo "running" || echo "paused"), $(fmt_time $remaining)" - |