aboutsummaryrefslogtreecommitdiff
path: root/core/reset
blob: a4c245e996c7966b6e6bfe37d0a8b51bbf998083 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
[ "$1" = "info" ] && echo "reset the timer and lap counter" && exit 2

lap=0
state='reset'
update_time=1

. "$core_path/update"

save_state