Sha256: 0c9221db192364ceb422a5957803588e8e314848bbb28fca349f5f055da77560
Contents?: true
Size: 164 Bytes
Versions: 1
Compression:
Stored size: 164 Bytes
Contents
#! /usr/bin/env ruby require 'shinmun' case ARGV[0] when 'init' Shinmun::Blog.init ARGV[1] when 'post' Shinmun::Blog.new.create_post(:title => ARGV[1]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgi-shinmun-0.3 | bin/shinmun |