1c84f3f3cSopenharmony_ciPS1='OHOS:$PWD$ '
2c84f3f3cSopenharmony_ciHOME=/
3c84f3f3cSopenharmony_ci
4c84f3f3cSopenharmony_cifor 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
5c84f3f3cSopenharmony_cialias ls='toybox ls --color=auto'
6c84f3f3cSopenharmony_cialias ll='ls -alF'
7c84f3f3cSopenharmony_cialias la='ls -A'
8c84f3f3cSopenharmony_cialias l='ls -CF'
9c84f3f3cSopenharmony_ci
10c84f3f3cSopenharmony_cifor 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
11c84f3f3cSopenharmony_cialias help='shell help;
12c84f3f3cSopenharmony_ciecho "\n*******************toybox commands:************************\n";
13c84f3f3cSopenharmony_citoybox;
14c84f3f3cSopenharmony_ciecho "\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."'
15