1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03: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