mirror of
https://github.com/vacp2p/research.git
synced 2025-02-24 20:28:06 +00:00
5 lines
169 B
Bash
Executable File
5 lines
169 B
Bash
Executable File
#!/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.]" |