1
0
Fork 0
mirror of synced 2024-05-22 13:33:34 +12:00
FiraCode/script/repl.sh

6 lines
97 B
Bash
Raw Permalink Normal View History

2024-01-03 04:26:37 +13:00
#!/bin/bash
set -o errexit -o nounset -o pipefail
dir=`dirname $0`
cd $dir/..
clojure -M -m user