Files
domo-iot/tools/nats-pub.sh
2019-11-08 16:08:26 +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"