mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-23 01:08:20 +01:00
4 lines
79 B
Bash
4 lines
79 B
Bash
![]() |
#!/bin/sh
|
||
|
javac MessagePack.java Packer.java Unpacker.java test.java
|
||
|
java test
|