This commit is contained in:
neersighted 2012-02-28 21:09:40 -08:00
parent c014d91ec2
commit eec12aa9e4
7 changed files with 28 additions and 18 deletions

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
# Tiny little restarter by neersighted
import subprocess, sys, os
import sys
import os
import subprocess
if os.path.isfile("./control.sh"):
restart = "./control.sh restart"