Better feedback and instructions for exstage4

This commit is contained in:
Horea Christian 2023-05-23 19:42:05 -04:00
parent feb0cfda44
commit 634b53e80e
2 changed files with 5 additions and 2 deletions

View file

@ -77,6 +77,11 @@ Usage:
We provide a script for convenient extraction, `exstage4`, which is shipped with this package.
Currently it simply automates the Multi-threaded extraction selection listed below and otherwise has no functionality except checking that the file name looks sane.
If in doubt, use one of the explicit extraction methods described below.
Otherwise, you can extract an archive inplace with:
```bash
exstage4 archive_name.tar.bz2
```
### Explicit Single-threaded

View file

@ -2,8 +2,6 @@
STAGE_FILE=${1}
echo "${STAGE_FILE}"
EXT="${STAGE_FILE##*.}"
TARFILE="${STAGE_FILE%%.$EXT}"