diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-04 10:36:00 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-04 10:36:00 +0200 |
| commit | f0d1752692401b77bcfc3b227e729d6e3aa66762 (patch) | |
| tree | 43086a45caec4ceac57df75acdab9dce21191148 /README.md | |
Init project
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
