mirror of
https://github.com/vacp2p/research.git
synced 2025-02-24 20:28:06 +00:00
5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo "[Running alice with key alice.key on port 9600 and logs in alice.log.]"
|
|
go run hello_pss.go alice.key 9600 2> alice.log
|
|
echo "[Done.]" |