Sha256: 45e65bc181013181961e93eaf4edc4c83448b6ac20b81513c75da0f30d6af25e

Contents?: true

Size: 312 Bytes

Versions: 54

Compression:

Stored size: 312 Bytes

Contents

#!/usr/bin/env ruby

require 'rubytext'   # Remember: Specify STDOUT as needed!

path = RubyText::Path

cmd = ARGV.first

case cmd
  when nil
    STDOUT.puts "Usage: rubytext [demo|slides]"
  when "demo"
    system("ruby #{path}/../examples/demo.rb")
  when "slides"
    system("#{path}/../examples/slides")
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
rubytext-0.0.43 bin/rubytext
rubytext-0.0.42 bin/rubytext
rubytext-0.0.41 bin/rubytext
rubytext-0.0.40 bin/rubytext
rubytext-0.0.39 bin/rubytext
rubytext-0.0.38 bin/rubytext
rubytext-0.0.37 bin/rubytext
rubytext-0.0.36 bin/rubytext
rubytext-0.0.35 bin/rubytext
rubytext-0.0.34 bin/rubytext
rubytext-0.0.33 bin/rubytext
rubytext-0.0.32 bin/rubytext
rubytext-0.0.31 bin/rubytext
rubytext-0.0.29 bin/rubytext