mjai-manue 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/mjai-manue ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $LOAD_PATH.unshift(File.dirname(__FILE__) + "/../lib")
4
+ require "rubygems"
5
+ require "bundler/setup"
6
+
7
+ require "mjai/manue/mjai_manue_command"
8
+
9
+
10
+ Mjai::Manue::MjaiManueCommand.execute(ARGV)