mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-17 06:02:17 -04:00
more scripts
This commit is contained in:
parent
5852171b21
commit
77bd7a32e9
6 changed files with 29 additions and 0 deletions
12
shell_scripts/useful/SAB.sh
Normal file
12
shell_scripts/useful/SAB.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue