Files
tldr/pages.zh/common/shar.md

233 B

shar

创建一个 shell 存档。 更多信息:https://manned.org/shar

  • 创建一个 shell 脚本,执行时可以从自身提取给定的文件:

shar {{path/to/file1 path/to/file2 ...}} > {{path/to/archive.sh}}