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