Sha256: 21b0661026cb10187d31c638ad80f9618021d2e0a239102d06390cf9265a4fcc
Contents?: true
Size: 284 Bytes
Versions: 10
Compression:
Stored size: 284 Bytes
Contents
#!/usr/bin/env ruby require 'gamefic' require 'gamefic/shell' # Make play the default command if the first argument is an existing file args = %w(play help).include?(ARGV[0]) || ARGV.count.zero? || !File.exist?(ARGV[0]) ? ARGV : ARGV.dup.unshift('play') Gamefic::Shell.start(args)
Version data entries
10 entries across 10 versions & 1 rubygems