Isochronous round trip time tool. Useful for measuring one-way send or recv delay between hosts, among other things. Signed-off-by: Marcel Vital <ralmina@tuta.io>
3 lines
64 B
Bash
3 lines
64 B
Bash
#!/bin/sh
|
|
|
|
/usr/bin/"${1}" version 2>/dev/null | grep -F "${2}"
|