3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
(cd se/sics/coffee && javac *.java) && jar cvfm coffee.jar MANIFEST.MF se/sics/coffee/*.class
|