diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-12 10:53:38 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-12 10:53:38 +0100 |
commit | 03e617b64a446e6d63f6e92126766874f21b5352 (patch) | |
tree | c9aa314874056387a2ab2a477e52ab24fc98baf5 /core/reset | |
parent | d59b4d2f4377613719785c2685ceff0a8a0f55ab (diff) |
use file instead of folder to store state
Diffstat (limited to 'core/reset')
-rwxr-xr-x | core/reset | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,9 +2,11 @@ [ "$1" = "info" ] && echo "reset the timer and lap counter" && exit 2 lap=0 -state='reset' +running=0 update_time=1 +original_state='foo' # prevent loading of state on disk + . "$core_path/update" save_state |