aboutsummaryrefslogtreecommitdiff
path: root/core/state
blob: fcf327d480670d750ee0148ab81a454b78556a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/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 "[$state] $lap: ${remaining}s"