1PS1='OHOS:$PWD$ ' 2HOME=/ 3 4for 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 5alias ls='toybox ls --color=auto' 6alias ll='ls -alF' 7alias la='ls -A' 8alias l='ls -CF' 9 10for 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 11alias help='shell help; 12echo "\n*******************toybox commands:************************\n"; 13toybox; 14echo "\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