Skip to content

Commit 7f8e98f

Browse files
committed
add console script
1 parent 588fbb7 commit 7f8e98f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

script/console

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#! /bin/bash
2+
3+
# script/console: Launch a console for the application.
4+
5+
set -e
6+
7+
cd "$(dirname "$0")/.."
8+
9+
script/update
10+
11+
lein repl

0 commit comments

Comments
 (0)