Skip to content

Instantly share code, notes, and snippets.

@kensei
Last active March 30, 2016 06:54
Show Gist options
  • Save kensei/a814849dd89b683cbc499e740e851a26 to your computer and use it in GitHub Desktop.
Save kensei/a814849dd89b683cbc499e740e851a26 to your computer and use it in GitHub Desktop.
ngui release note
curl -s -b cookie.txt -c cookie.txt https://www.assetstore.unity3d.com/api/en-US/content/overview/2413.json --header 'X-Unity-Session:26c4202eb475d02864b40827dfff11a14657aa41' | jq '.content.publishnotes' | sed s/^\"// | sed s/\"$// | sed 's/\\n//g' | awk -v RS='- ' -v ORS='\n' '{print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment