csc360-a1-shell/ruby/a1

6 lines
130 B
Ruby
Executable file

#!/usr/bin/env ruby -w
require 'English'
require_relative './shell'
Shell::CLI.new.run(args: ARGV) if $PROGRAM_NAME == __FILE__