mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 20:55:04 +01:00
6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
|
|
. ./trace.sh
|
|
|
|
mosquitto_sub -h broker -t notifier | ./requesthandler.sh
|