Marty Oehme
c9c0490cbf
Moved all directories with media contents (pictures, videos, music) to a single coherent media directory.
8 lines
193 B
Bash
Executable file
8 lines
193 B
Bash
Executable file
#!/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 "$@"
|