diff options
Diffstat (limited to 'scripts/.scripts/sync-phone')
-rwxr-xr-x | scripts/.scripts/sync-phone | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/.scripts/sync-phone b/scripts/.scripts/sync-phone deleted file mode 100755 index 6347779..0000000 --- a/scripts/.scripts/sync-phone +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -mkdir ~/phone -jmtpfs ~/phone -rsync -vr --ignore-existing ~/music/* ~/phone/SanDisk\ SD\ card/Music/ -echo "Synced files, Press enter to unmount" -read -umount ~/phone -rmdir ~/phone - |