4 lines
52 B
Bash
Executable File
4 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
kcat -q -C -b 192.168.40.83 -t $1
|
|
exit
|