mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-10 10:44:59 -04:00
12 lines
255 B
Bash
12 lines
255 B
Bash
#! /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
|