diff --git a/hello-pss/charlie.key b/hello-pss/charlie.key new file mode 100644 index 0000000..9b13c42 --- /dev/null +++ b/hello-pss/charlie.key @@ -0,0 +1 @@ +0x2b8ed8c905a9ed26e5ebb03ab6473502729f5a4eac1c7005331e849049ad09ce \ No newline at end of file diff --git a/hello-pss/scripts/run-charlie b/hello-pss/scripts/run-charlie new file mode 100755 index 0000000..d356b22 --- /dev/null +++ b/hello-pss/scripts/run-charlie @@ -0,0 +1,5 @@ +#!/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.]" \ No newline at end of file