xdg: Move xdg media directories
Moved all directories with media contents (pictures, videos, music) to a single coherent media directory.
This commit is contained in:
parent
0d978f7673
commit
c9c0490cbf
7 changed files with 19 additions and 9 deletions
8
scripts/.local/bin/vidl
Executable file
8
scripts/.local/bin/vidl
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue