about summary refs log tree commit diff
path: root/quickstart.sh
diff options
context:
space:
mode:
authorThel Seraphim <thel.seraphim@gmail.com>2015-03-13 19:34:43 -0700
committerThel Seraphim <thel.seraphim@gmail.com>2015-03-13 19:34:43 -0700
commitec62e36ee31ffd6a0ee2370451448b8967f4d10a (patch)
tree1763d61a4840d954f9b1fec8dc94f1a7fac8293e /quickstart.sh
parent04402da472a3dd7698453a1561e332682c0b5c7e (diff)
include hiccup library and small functioning example, don't merge until it looks nice.
Diffstat (limited to 'quickstart.sh')
-rwxr-xr-xquickstart.sh3
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