mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
javac MessagePack.java Packer.java Unpacker.java test.java
|
|
java test
|