dotfiles/scripts/.local/bin/vidl
Marty Oehme c9c0490cbf
xdg: Move xdg media directories
Moved all directories with media contents (pictures, videos, music) to a
single coherent media directory.
2021-04-18 13:04:59 +02:00

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 "$@"