~$mkdir bin
~$touch show
~$chmod +x show
~$vim .bashrc
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
export PATH=$PATH:~/bin
~$ source .bashrc
~$ show outlets 10
2021-08-24
最新推荐文章于 2025-05-27 09:06:17 发布