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