1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/common/shar.md
2024-09-09 17:11:41 +02:00

232 B

shar

Create a shell archive. More information: https://manned.org/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}}