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.63 bin/rubytext
rubytext-0.0.62 bin/rubytext
rubytext-0.0.61 bin/rubytext
rubytext-0.0.60 bin/rubytext
rubytext-0.0.59 bin/rubytext
rubytext-0.0.58 bin/rubytext
rubytext-0.0.57 bin/rubytext
rubytext-0.0.56 bin/rubytext
rubytext-0.0.55 bin/rubytext
rubytext-0.0.54 bin/rubytext
rubytext-0.0.53 bin/rubytext
rubytext-0.0.52 bin/rubytext
rubytext-0.0.51 bin/rubytext
rubytext-0.0.50 bin/rubytext
rubytext-0.0.49 bin/rubytext
rubytext-0.0.48 bin/rubytext
rubytext-0.0.47 bin/rubytext
rubytext-0.0.46 bin/rubytext
rubytext-0.0.45 bin/rubytext
rubytext-0.0.44 bin/rubytext