Files
domo-iot/tools/nats-pub.sh
NADAL Jean-Baptiste 3c9f0c2f56
All checks were successful
continuous-integration/drone/push Build is passing
Add static analysis step
2020-01-22 10:19:58 +01:00

5 lines
138 B
Bash
Executable File

#!/bin/bash
go get github.com/nats-io/go-nats-examples/tools/nats-pub
${HOME}/go/bin/nats-pub -s nats://nats.nadal-fr.com:4222 "$1" "$2"