diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 19:34:43 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 19:34:43 -0700 |
commit | ec62e36ee31ffd6a0ee2370451448b8967f4d10a (patch) | |
tree | 1763d61a4840d954f9b1fec8dc94f1a7fac8293e /quickstart.sh | |
parent | 04402da472a3dd7698453a1561e332682c0b5c7e (diff) |
include hiccup library and small functioning example, don't merge until it looks nice.
Diffstat (limited to 'quickstart.sh')
-rwxr-xr-x | quickstart.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstart.sh b/quickstart.sh index 9525b0c..ce6d3b4 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -1,5 +1,6 @@ #!/bin/sh +export port=$1 lein uberjar java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web -open http://localhost:5000/ze/zir +open http://localhost:"$port"/ze/zir |