From 6758f4bd07eb86fd9c32adbe1107cdc1b11919e1 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 21 May 2023 12:25:28 +0200 Subject: Add top subcommand --- lib/main.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/main.bash') diff --git a/lib/main.bash b/lib/main.bash index db5832e..57f1559 100644 --- a/lib/main.bash +++ b/lib/main.bash @@ -86,6 +86,7 @@ Usage: $BASHTARD_NAME ssh $BASHTARD_NAME sync [playbook] $BASHTARD_NAME sysinfo + $BASHTARD_NAME top $BASHTARD_NAME var [-p ] $BASHTARD_NAME var [-s] @@ -102,6 +103,7 @@ Commands: sync Pull latest changes through git, and synchronize all added playbooks. sysinfo Show gathered information about this system. + top Show resource information about all known hosts. var Show or set the value of a given configuration key. EOF -- cgit v1.1