Skip to content

Commit a5c6eee

Browse files
Add amazon-kindle--sync-from-mac-to-device
1 parent b6e783c commit a5c6eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: amazon-kindle--sync-from-mac-to-device

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
dir=${1:-.}
3+
name=${2:-*mobi}
4+
find "$dir" -name "$name" -exec rsync -av {} /Volumes/Kindle/documents/ \;

0 commit comments

Comments
 (0)