1
0
forked from x/icebergs
icebergs/misc/zsh/bash.shy
2020-09-11 21:37:49 +08:00

29 lines
627 B
Plaintext

title "bash"
refer `
官网 https://www.gnu.org/software/bash/
源码 http://ftp.gnu.org/gnu/bash/
文档 https://www.gnu.org/software/bash/manual/bash.html
`
chapter "源码"
field "bash" web.code.zsh.bash
field "bash" web.code.inner args `[ usr/install/bash-4.2.53/ input.c 625 ]`
section "构建"
spark shell `
wget http://mirrors.aliyun.com/gnu/bash/bash-4.2.53.tar.gz
tar xvf bash-4.2.53.tar.gz && cd bash-4.2.53
./configure --prefix=$PWD/install
make -j4 && make install
`
section "使用体验"
spark shell `
cd ./install
./bin/bash
`
chapter "应用"
field "同步流" web.code.zsh.sync
field "同步流" web.favor