summaryrefslogtreecommitdiffstats
path: root/bin/xtop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/xtop6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/xtop b/bin/xtop
new file mode 100755
index 0000000..42a8887
--- /dev/null
+++ b/bin/xtop
@@ -0,0 +1,6 @@
+#!/usr/bin/bash
+
+CURDIR="$(dirname "$(realpath "$0")")"
+
+${CURDIR}/xcapture-bpf --xtop --clear-screen $*
+