mv cobra_publisher under ws folder

This commit is contained in:
Benjamin Sergeant
2019-02-22 21:51:03 -08:00
parent 98e7f5cb22
commit 88adb8f5ef
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