mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-06 12:31:36 +00:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
(
|
|
cd dist
|
|
java -jar echoclient.jar main 37338 testclient $1
|
|
)
|