mirror of
https://github.com/vacp2p/research.git
synced 2025-02-25 04:35:13 +00:00
5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
echo "[Running charlie with key charlie.key on port 9602 and logs in charlie.log.]"
|
||
|
go run hello_pss.go charlie.key 9602 2> charlie.log
|
||
|
echo "[Done.]"
|