summaryrefslogtreecommitdiffstats
path: root/mtr-report
diff options
context:
space:
mode:
Diffstat (limited to 'mtr-report')
-rwxr-xr-xmtr-report3
1 files changed, 3 insertions, 0 deletions
diff --git a/mtr-report b/mtr-report
new file mode 100755
index 0000000..366cef3
--- /dev/null
+++ b/mtr-report
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+mtr --report --report-wide --show-ips --aslookup --report-cycles "${2:-10}" "$1" "${@:3}"