mv cobra_publisher under ws folder

This commit is contained in:
Benjamin Sergeant
2019-02-22 21:51:03 -08:00
parent e8583000b8
commit d5551e5d68
15 changed files with 0 additions and 7 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
endpoint="ws://127.0.0.1:8765"
endpoint="ws://127.0.0.1:5678"
appkey="appkey"
channel="foo"
rolename="a_role"
rolesecret="a_secret"
filename=${FILENAME:=events.jsonl}
build/cobra_publisher $endpoint $appkey $channel $rolename $rolesecret $filename