Example scripts
This commit is contained in:
6
scripts/remote-dl.EXAMPLE.sh
Normal file
6
scripts/remote-dl.EXAMPLE.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Put this on the remote machine. This will be run over SSH to download the latest episode automatically.
|
||||
|
||||
cd /home/remoteexampleuser/autosnatch # Replace this with the directory where you put the autosnatch files on the remote machine
|
||||
source venv/bin/activate
|
||||
python -m scripts.dl $1 latest
|
||||
Reference in New Issue
Block a user