nko2 / website

the node.js knockout website
http://2011.nodeknockout.com
MIT License
59 stars 16 forks source link

github teams #123

Closed visnup closed 13 years ago

visnup commented 13 years ago

create all the teams in github

visnup commented 13 years ago

waiting on our private repo limit to get upped.

for t in $(cat tmp/slugs.txt); do curl -u visnup:password -i -X POST -d "{\"name\":\"$t\",\"public\":false}" https://api.github.com/orgs/nko2/repos; done
visnup commented 13 years ago

done