diff options
Diffstat (limited to 'core/reset')
-rwxr-xr-x | core/reset | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/reset b/core/reset new file mode 100755 index 0000000..5492dce --- /dev/null +++ b/core/reset @@ -0,0 +1,5 @@ +#!/bin/sh +[ "$1" = "info" ] && echo "reset the timer and lap counter" && exit 2 + +rm -rf "$POMODORO_STATE_PATH" + |