dotfiles/scripts/.local/bin/vidl
Marty Oehme 4a203cf657
vifm: Fix vifmrun script argument parsing
Fixed invocations of vifm only passing through the first commandline
option, now passes through everything correctly.
Also fixed silencing of the stderr, stdout redirection.
2021-04-21 11:09:33 +02:00

9 lines
203 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 '$HOME/bin/vidl' "$@"