Grenchman has five main commands: grench eval "(+ 12 49)" - evals given form grench main my.main.ns/entry-point arg1 arg2 - runs existing defn grench repl or grench repl :connect $PORT - connects a repl grench load path/to/file.clj - load a file grench lein test - runs a Leiningen task Running with no arguments will read code from stdin to accomodate shebangs. The first four commands connect to a

