diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-10-13 18:14:13 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-10-19 09:30:12 +0200 |
commit | d04b590fc215d75ca8a80a21297bba311c2cb151 (patch) | |
tree | f3b998a94c7d9a372d82a30ceec21effed4930b8 /admin/btop/test.sh | |
parent | 5801b0134ae857d1ba4563f327df593b603b4395 (diff) |
btop: add new package
Resource monitor that shows usage and stats for processor, memory,
disks, network and processes.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'admin/btop/test.sh')
-rw-r--r-- | admin/btop/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/btop/test.sh b/admin/btop/test.sh new file mode 100644 index 000000000..b7b21ab7c --- /dev/null +++ b/admin/btop/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +btop --version | grep "$PKG_VERSION" |