1
0
forked from x/icebergs
icebergs/misc/bash/bash.shy
shylinux@163.com 8f12abd2f5 opt some
2022-08-26 10:38:37 +08:00

39 lines
882 B
Plaintext

title "bash"
refer `
官网 https://www.gnu.org/software/bash/
文档 https://www.gnu.org/software/bash/manual/bash.html
源码 http://ftp.gnu.org/gnu/bash/
`
chapter "源码"
field "命令行" web.code.bash.bash
field "源代码" web.code.inner args `usr/install/bash-5.1/ input.c 636`
section "构建"
shell `
yum install -y wget make gcc
yum install -y byacc.x86_64
wget http://mirrors.tencent.com/macports/distfiles/bash/5.1_1/bash-5.1.tar.gz
tar xvf bash-5.1.tar.gz && cd bash-5.1
./configure --prefix=$PWD/_install
make -j8 && make install
`
section "启动"
shell `
cd ./_install
./bin/bash
`
chapter "应用"
field "文件夹" web.chat.files
field "命令行" web.code.bash.bash
field "会话流" web.code.bash.sess
field "同步流" web.code.bash.sync
field "收藏夹" web.code.bash.favor
field "回收站" web.code.bash.trash
field "回收站" web.code.bash.grant