Skip to content

Instantly share code, notes, and snippets.

View stig's full-sized avatar
🏠
Working from home

Stig Brautaset stig

🏠
Working from home
View GitHub Profile
@stig
stig / RefreshOnlineDocs.sh
Created September 2, 2010 01:20
What I use to update json-framework's api docs
#!/bin/sh
set -x
DOCSET=$INSTALL_DIR/Docset/html
VERSION=$(agvtool mvers -terse1 | perl -pe 's/(\d\.\d+)(\.\d+)*/$1/')
apidir=$VERSION
latest=api