summaryrefslogtreecommitdiffstats
path: root/bin/xtop
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-13 11:57:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-13 11:57:27 +0000
commit154547056ca1ae074c68a9a5aa15925d082f9482 (patch)
tree22f6ffc4c586c5bb9e6c03b1b92c8db5a52943f2 /bin/xtop
parentInitial commit. (diff)
download0xtools-upstream.tar.xz
0xtools-upstream.zip
Adding upstream version 2.0.3.upstream/2.0.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 $*
+