Browse Source

restart script

Sniperovitch 8 years ago
parent
commit
9cc09c6424
1 changed files with 2 additions and 0 deletions
  1. 2 0
      restartbartender

+ 2 - 0
restartbartender

@@ -0,0 +1,2 @@
+#!/bin/sh
+killall plackup && plackup --daemonize --host 127.0.0.1 --port 5000 --reload bin/app.psgi &