7d25016895
the JAR.
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
(cd se/sics/coffee && javac *.java) && \
|
|
jar cvfm coffee.jar MANIFEST.MF se/sics/coffee/*.class *.properties
|