1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-04 00:31:49 +03:00
FiraCode/script/repl.sh

6 lines
97 B
Bash
Raw Normal View History

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