aboutsummaryrefslogtreecommitdiff
blob: a04d9b680024b8b2fd87b304206398538d64ec0f (plain)
1
2
3
4
5
6
7
#!/bin/bash
DUMMY="bin/.daemon_run_dummy"
if [[ -f $DUMMY ]]; then
    rm $DUMMY
else
    touch $DUMMY
fi