代码拉取完成,页面将自动刷新
# Command history tweaks:
# - Append history instead of overwriting
# when shell exits.
# - When using history substitution, do not
# exec command immediately.
# - Do not save to history commands starting
# with space.
# - Do not saveROOT"x duplicated commands.
shopt -s histappend
shopt -s histverify
export HISTCONTROL=ignoreboth
# Default command line prompt.
PROMPT_DIRTRIM=2
PS1='\[\e[0;32m\]\w\[\e[0m\] \[\e[0;97m\]\$\[\e[0m\] '
# Handles nonexistent commands.
# If user has entered command which invokes non-available
# utility, command-not-found will give a package suggestions.
if [ -x /data/data/com.termux/files/usr/libexec/termux/command-not-found ]; then
command_not_found_handle() {
/data/data/com.termux/files/usr/libexec/termux/command-not-found "$1"
}
fi
alias root='proot -0 login'
clear
echo -e "\e[1;31m"
echo " ██▀███ ▒█████ ▒█████ ▄▄▄█████▓"
echo "▓██ ▒ ██▒ ▒██▒ ██▒ ▒██▒ ██▒ ▓ ██▒ ▓▒"
echo "▓██ ░▄█ ▒ ▒██░ ██▒ ▒██░ ██▒ ▒ ▓██░ ▒░"
echo "▒██▀▀█▄ ▒██ ██░ ▒██ ██░ ░ ▓██▓ ░ "
echo "░██▓ ▒██▒ ░ ████▓▒░ ░ ████▓▒░ ▒██▒ ░ "
echo "░ ▒▓ ░▒▓░ ░ ▒░▒░▒░ ░ ▒░▒░▒░ ▒ ░░ "
echo " ░▒ ░ ▒░ ░ ▒ ▒░ ░ ▒ ▒░ ░ "
echo " ░░ ░ ░ ░ ░ ▒ ░ ░ ░ ▒ ░ "
echo " ░ ░ ░ ░ ░ "
echo
echo
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。