Marty Oehme
4a203cf657
Fixed invocations of vifm only passing through the first commandline option, now passes through everything correctly. Also fixed silencing of the stderr, stdout redirection.
8 lines
203 B
Bash
Executable file
8 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' "$@"
|