9 Star 51 Fork 75

OpenHarmony/third_party_mksh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.mkshrc 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangshan 提交于 2021-11-05 16:13 . chore: 完善mksh帮助信息
PS1='OHOS:$PWD$ '
HOME=/
for i in chgrp chmod chown cp date du free ifconfig kill mkdir mount mv ping ps reboot rm rmdir top touch umount uname;do alias $i="toybox $i";done
alias ls='toybox ls --color=auto'
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
for i in arp cpup dhclient dns format hwi ipdebug lsfd memcheck netstat oom partinfo partition ping6 pmm reset sem shm stack statfs su swtmr sync systeminfo telnet v2p vmm watch writeproc;do alias $i="shell $i";done
alias help='shell help;
echo "\n*******************toybox commands:************************\n";
toybox;
echo "\nUse \`toybox help [command]\` to show usage information for a specific command.\n\nUse \`shell\` to enter interactive legacy shell.\nUse \`alias\` to display command aliases."'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_mksh.git
git@gitee.com:openharmony/third_party_mksh.git
openharmony
third_party_mksh
third_party_mksh
master

搜索帮助