Browse Source

Added simple stop and start script

master
Rogier Neeleman 11 years ago
parent
commit
c64c281a8c
  1. 3
      start
  2. 3
      stop

3
start

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
#!/bin/bash
python willie/willie.py --config=conf/whatsedo.cfg -d --quiet

3
stop

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
#!/bin/bash
python willie/willie.py --config=conf/whatsedo.cfg -q
Loading…
Cancel
Save