From f0d1752692401b77bcfc3b227e729d6e3aa66762 Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Thu, 4 Jul 2024 10:36:00 +0200 Subject: Init project --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2536516 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# System dump script + +Dump various system informations into a base64 encoded value into a json file. + +# Usage +Run a dump: +> ./sysdump.sh +Result is place into `dump.json`. + +Explore a dump (require `jq`) +> ./sysdump.sh dump.json -- cgit v1.2.3