1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/common/shar.md
pixel 17d76276d9
shar: add page (#10643)
* shar: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-29 15:39:28 +05:30

244 B

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}}