Nolambda Blog
Scripts
Some script to make managing this blog easier
Create new article draft:
$ ./scripts article.rb
List the draft:
$ ./scripts draft_list.rb
Publish the draft:
$ ./scripts publish.rb
Clear all drafts:
$ ./scripts clear_draft.rb