1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-25 01:55:39 +01:00

4 lines
79 B
Bash
Raw Normal View History

#!/bin/sh
javac MessagePack.java Packer.java Unpacker.java test.java
java test