From c64c281a8c49eb74b04a87f32db984564e9a2820 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 19 Nov 2013 23:24:38 +0100 Subject: [PATCH] Added simple stop and start script --- start | 3 +++ stop | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 start create mode 100755 stop diff --git a/start b/start new file mode 100755 index 0000000..6e3e18b --- /dev/null +++ b/start @@ -0,0 +1,3 @@ +#!/bin/bash + +python willie/willie.py --config=conf/whatsedo.cfg -d --quiet diff --git a/stop b/stop new file mode 100755 index 0000000..8c26d2a --- /dev/null +++ b/stop @@ -0,0 +1,3 @@ +#!/bin/bash + +python willie/willie.py --config=conf/whatsedo.cfg -q