6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
lein uberjar
|
|
java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web
|
|
open http://localhost:5000/ze/zir
|