aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-07-04 11:05:12 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-07-04 11:05:12 +0200
commit1120e46df5c1cdde038070dc97529e4b49222888 (patch)
tree8f5b779b3dc3d69f48cbbefc715d947dcd5fbd98
parent909b13aacbd85425612126ccec56af8099139fa6 (diff)
Minor changes
-rw-r--r--README.md4
1 files 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