Skip to content
Snippets Groups Projects
Commit 08ef0c80 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

simple test scripts

parent 0135585e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# only receive debug messages and on channel "all"
channel=$1 || 'test'
(echo "subscribe" $channel; cat) |socat TCP-CONNECT:127.0.0.1:1986 -
#!/bin/sh
echo "announce" $* | socat - TCP-CONNECT:127.0.0.1:1986 >/dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment