more scripts

This commit is contained in:
Marina Wahl 2014-07-09 03:42:42 -04:00
parent 5852171b21
commit 77bd7a32e9
6 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#! /bin/bash
#
echo "Stunnel on?"
ps aux | grep stunnel
echo
echo "Starting secure SABnzbd... "
echo
python /opt/SABnzbd-0.7.17/SABnzbd.py && google-chrome localhost:8080/sabnzbd
echo
echo "Remember to kill the process after closing the browser!!!"
echo