FiraCode/script/repl.sh

6 wiersze
97 B
Bash
Executable File

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