dotfiles/scripts/.local/bin/vidl

9 lines
193 B
Plaintext
Raw Normal View History

#!/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 ./vidl "$@"