csc360-a1-shell/ruby/a1

6 lines
131 B
Ruby
Executable file

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