FiraCode/script/repl.sh

6 wiersze
97 B
Bash
Czysty Zwykły widok Historia

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