write a script to synchronize music to phone
This commit is contained in:
parent
3edb488963
commit
4640167eb0
|
@ -65,6 +65,7 @@ termux-pkgs:
|
|||
pandoc \
|
||||
wget \
|
||||
which \
|
||||
rsync \
|
||||
openssl
|
||||
|
||||
pkg install \
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rsync -avv usr@192.168.1.210:~/annex/music/audio ~/storage/music
|
Loading…
Reference in New Issue