aboutsummaryrefslogtreecommitdiff
path: root/core/state
diff options
context:
space:
mode:
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)"
-