2021-04-17 07:54:53 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
#
|
|
|
|
# send video downloads to my raspberry machine
|
|
|
|
# where they will be automatically queued and
|
|
|
|
# archived when downloaded.
|
|
|
|
|
|
|
|
# shellcheck disable=SC2029
|
2021-04-21 09:09:33 +00:00
|
|
|
ssh dietpi '$HOME/bin/vidl' "$@"
|