osd-contiki/tools/coffee-manager/build.sh

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