Created
May 6, 2016 05:30
-
-
Save zackn9ne/129a52289bd9040e25572d44929778c3 to your computer and use it in GitHub Desktop.
zackn9ne's save to instapaper shellscript
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
#!/bin/bash | |
source ~/.crudentials; #for USERNAME="" && PASS="" | |
URL="$1" | |
curl -u ${USERNAME}:${PASS} -X POST --data url="${URL}" https://www.instapaper.com/api/add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment