shar: add page (#10643)

* shar: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
pixel
2023-08-29 12:09:28 +02:00
committed by GitHub
parent eb5e1e4a40
commit 17d76276d9
2 changed files with 32 additions and 0 deletions

8
pages/common/shar.md Normal file
View File

@@ -0,0 +1,8 @@
# shar
> Create a shell archive.
> More information: <https://manned.org/man/freebsd/shar>.
- Create a shell script that when executed extracts the given files from itself:
`shar {{path/to/file1 path/to/file2 ...}} > {{path/to/archive.sh}}`