#!/usr/bin/env sh # # send video downloads to my raspberry machine # where they will be automatically queued and # archived when downloaded. # shellcheck disable=SC2029 ssh dietpi '$HOME/bin/vidl' "$@"