Sha256: 1d440210eb5f3095eee7de134be91bb16c85e4cbf28ed8eba0d1478dd9a0bef4

Contents?: true

Size: 383 Bytes

Versions: 18

Compression:

Stored size: 383 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")
  when "tutorial"
    system("open #{path}/../tutorial/tutorial.html")
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rubytext-0.1.1 bin/rubytext
rubytext-0.1.0 bin/rubytext
rubytext-0.0.99 bin/rubytext
rubytext-0.0.98 bin/rubytext
rubytext-0.0.97 bin/rubytext
rubytext-0.0.96 bin/rubytext
rubytext-0.0.95 bin/rubytext
rubytext-0.0.94 bin/rubytext
rubytext-0.0.93 bin/rubytext
rubytext-0.0.92 bin/rubytext
rubytext-0.0.91 bin/rubytext
rubytext-0.0.90 bin/rubytext
rubytext-0.0.89 bin/rubytext
rubytext-0.0.88 bin/rubytext
rubytext-0.0.87 bin/rubytext
rubytext-0.0.86 bin/rubytext
rubytext-0.0.85 bin/rubytext
rubytext-0.0.84 bin/rubytext