Files
autosnatch/scripts/remote-dl.EXAMPLE.sh
2026-03-08 03:18:16 +00:00

6 lines
311 B
Bash

#!/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