9 lines
193 B
Text
9 lines
193 B
Text
|
#!/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 "$@"
|