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.83 bin/rubytext
rubytext-0.0.82 bin/rubytext
rubytext-0.0.81 bin/rubytext
rubytext-0.0.80 bin/rubytext
rubytext-0.0.79 bin/rubytext
rubytext-0.0.78 bin/rubytext
rubytext-0.0.77 bin/rubytext
rubytext-0.0.76 bin/rubytext
rubytext-0.0.75 bin/rubytext
rubytext-0.0.74 bin/rubytext
rubytext-0.0.73 bin/rubytext
rubytext-0.0.72 bin/rubytext
rubytext-0.0.71 bin/rubytext
rubytext-0.0.70 bin/rubytext
rubytext-0.0.69 bin/rubytext
rubytext-0.0.68 bin/rubytext
rubytext-0.0.67 bin/rubytext
rubytext-0.0.66 bin/rubytext
rubytext-0.0.65 bin/rubytext
rubytext-0.0.64 bin/rubytext