diff options
Diffstat (limited to 'unlock.sh')
-rw-r--r-- | unlock.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unlock.sh b/unlock.sh new file mode 100644 index 0000000..0ff55c4 --- /dev/null +++ b/unlock.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cd $1 && rm status_running; cd - |