1
0
Fork 0
mirror of synced 2024-05-01 19:23:24 +12:00
FiraCode/script/repl.sh
2024-01-02 16:26:52 +01:00

6 lines
97 B
Bash
Executable file

#!/bin/bash
set -o errexit -o nounset -o pipefail
dir=`dirname $0`
cd $dir/..
clojure -M -m user