Skip to content

Instantly share code, notes, and snippets.

@booo
Created June 9, 2013 18:15
Show Gist options
  • Save booo/5744590 to your computer and use it in GitHub Desktop.
Save booo/5744590 to your computer and use it in GitHub Desktop.
_rev=$(curl "http://openwifimap.net/openwifimap/$1" \
| python -c 'import json,sys;print(json.load(sys.stdin)["_rev"])')
curl -X DELETE "http://openwifimap.net/openwifimap/$1?rev=$_rev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment