8 lines
233 B
Markdown
8 lines
233 B
Markdown
# shar
|
|
|
|
> 创建一个 shell 存档。
|
|
> 更多信息:<https://manned.org/shar>。
|
|
|
|
- 创建一个 shell 脚本,执行时可以从自身提取给定的文件:
|
|
|
|
`shar {{path/to/file1 path/to/file2 ...}} > {{path/to/archive.sh}}` |