Skip to content

Commit

Permalink
add console script
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Dec 26, 2024
1 parent 588fbb7 commit 7f8e98f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /bin/bash

# script/console: Launch a console for the application.

set -e

cd "$(dirname "$0")/.."

script/update

lein repl

0 comments on commit 7f8e98f

Please sign in to comment.