Skip to content

Commit

Permalink
Better feedback and instructions for exstage4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed May 23, 2023
1 parent feb0cfd commit 634b53e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions exstage4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

STAGE_FILE=${1}

echo "${STAGE_FILE}"

EXT="${STAGE_FILE##*.}"

TARFILE="${STAGE_FILE%%.$EXT}"
Expand Down

0 comments on commit 634b53e

Please sign in to comment.