sh 自解压shell bash脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 自解压shell bash脚本相关的知识,希望对你有一定的参考价值。


## makeself (14k min size)
# See: https://github.com/megastep/makeself

## for real minimalists
cat <<-EOF > /tmp/myapp.sh
#!/bin/sh -e
sed -e '1,/^exit$/d' "$0" | tar xzf - && /tmp/myapp/run.sh
exit
EOF

tar czf /tmp/myapp >> /tmp/myapp.sh
chmod +x /tmp/myapp.sh

以上是关于sh 自解压shell bash脚本的主要内容,如果未能解决你的问题,请参考以下文章

Bash - 自解压脚本错误

shell制作自解压文件tar

shell制作自解压文件tar

shell制作自解压文件tar

shell编程知识

bash shell学习 01(配置和启动脚本)