Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created May 6, 2016 05:30
Show Gist options
  • Save zackn9ne/129a52289bd9040e25572d44929778c3 to your computer and use it in GitHub Desktop.
Save zackn9ne/129a52289bd9040e25572d44929778c3 to your computer and use it in GitHub Desktop.
zackn9ne's save to instapaper shellscript
#!/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