d25e0be634
This removes the count
6 lines
107 B
Bash
6 lines
107 B
Bash
mkdir "$CODEDIR" && cd "$CODEDIR"
|
|
|
|
echo "$1" > program.clj
|
|
clojure program.clj
|
|
|
|
cd .. && rm -rf "$CODEDIR"
|