Created
August 5, 2012 01:43
-
-
Save nnutter/3261057 to your computer and use it in GitHub Desktop.
Send to Kindle - Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for PATH in "$@"; do | |
FILE="$(basename "$path")" | |
SUBJECT="${FILE%.*}" | |
/usr/local/bin/mutt -a "$PATH" -s "$SUBJECT" -- $KINDLE_EMAIL < /dev/null | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment