Skip to content

Commit 9d61476

Browse files
committed
README: Add Github Actions Badge; re-word TLDR section
1 parent 9de7dc5 commit 9d61476

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# savedump
22

3-
TL;DR; A Python hack I put together that does its best to archive
4-
crash dumps and core dumps together with their required binaries
5-
and debug info in Linux.
3+
![](https://github.com/sdimitro/savedump/workflows/.github/workflows/main.yml/badge.svg)
4+
5+
TL;DR; A Python script that creates a best-effort self-contained
6+
archive of a kernel crash dump or userland core dump. The archive
7+
contains the memory dump coupled together with any required
8+
binaries and debug information that it could find at the time it
9+
was invoked.
610

711
### Motivation
812

0 commit comments

Comments
 (0)