mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
3 lines
113 B
Plaintext
3 lines
113 B
Plaintext
|
#!/bin/bash -v
|
||
|
java -cp thrifttest.jar:/usr/local/lib/libthrift.jar com.facebook.thrift.test.TestClient $1 $2 $3
|