From 6b97beb464c4a4541347eb33ec0b2e15ba26ed1f Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Thu, 4 Jul 2024 10:56:42 +0200 Subject: Output to stdout --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9963faa..e7f69ea 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # System dump script -Dump various system informations into base64 encoded value and store them in a json file. +Dump various system informations into base64 encoded values and print them as json. # Usage Run a dump: > ./sysdump.sh -Result is placed into `dump.json`. - Explore a dump (require `jq`) > ./sysdump.sh dump.json -- cgit v1.2.3