Example scripts

This commit is contained in:
2026-03-08 03:18:16 +00:00
parent 9ac970edd9
commit b6a31286f0
3 changed files with 38 additions and 0 deletions

View 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