1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/irtt/test.sh
Marcel Vital 2b575bcb69 irtt: add irtt
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>
2021-06-07 12:53:16 +02:00

4 lines
64 B
Bash

#!/bin/sh
/usr/bin/"${1}" version 2>/dev/null | grep -F "${2}"