repl.sh 97 B

123456
  1. #!/bin/bash
  2. set -o errexit -o nounset -o pipefail
  3. dir=`dirname $0`
  4. cd $dir/..
  5. clojure -M -m user