From 1120e46df5c1cdde038070dc97529e4b49222888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gu=C3=A9gan?= Date: Thu, 4 Jul 2024 11:05:12 +0200 Subject: [PATCH] Minor changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd6648a..a7f7443 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Dump various system informations into base64 encoded values and print them as js Run a dump: > ./sysdump.sh > dump.json -Dump of a remote machine through ssh: -> cat sysdump.sh | ssh user@host /bin/bash +Run a dump on a remote machine using ssh: +> cat sysdump.sh | ssh user@host /bin/bash > dump.json Explore a dump (require `jq`) > ./sysdump.sh dump.json