From 4cec4c92d7f58f7dbde4006ff3cd802316b7c0eb Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Fri, 9 Aug 2013 20:57:06 +0200 Subject: addition of helper bash scripts for development --- bin/trigger_tdaemon_run | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/trigger_tdaemon_run (limited to 'bin/trigger_tdaemon_run') diff --git a/bin/trigger_tdaemon_run b/bin/trigger_tdaemon_run new file mode 100755 index 0000000..a04d9b6 --- /dev/null +++ b/bin/trigger_tdaemon_run @@ -0,0 +1,7 @@ +#!/bin/bash +DUMMY="bin/.daemon_run_dummy" +if [[ -f $DUMMY ]]; then + rm $DUMMY +else + touch $DUMMY +fi -- cgit v1.2.3-65-gdbad