mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
7 lines
100 B
Ruby
7 lines
100 B
Ruby
$LOAD_PATH << File.expand_path(__dir__)
|
|
|
|
require "shell/cli"
|
|
require "shell/repl"
|
|
|
|
module Shell
|
|
end
|