4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# Build an uberjar (a Java jar package including the program and all dependencies)
|
|
clojure -T:build uber
|