diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-13 11:57:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-13 11:57:27 +0000 |
commit | 154547056ca1ae074c68a9a5aa15925d082f9482 (patch) | |
tree | 22f6ffc4c586c5bb9e6c03b1b92c8db5a52943f2 /bin/xtop | |
parent | Initial commit. (diff) | |
download | 0xtools-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-x | bin/xtop | 6 |
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 $* + |