aboutsummaryrefslogtreecommitdiff
path: root/core/state
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-12 19:44:04 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-12 19:44:04 +0100
commita1bae69d54bfebbdb99c4beb644ebc755a75da24 (patch)
tree48507d6e3c092ce018e8e1b39887c38d2b296052 /core/state
parent8b0ecac59c4fa1d87167f4c1358c2662be3a63aa (diff)
add some example pluginsHEADmaster
Diffstat (limited to 'core/state')
-rwxr-xr-xcore/state21
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)"
-