Revert "Update profile"

This reverts commit ee4aae6736.
This commit is contained in:
Hyy2001X 2021-05-15 15:28:35 +08:00
parent b64dec158d
commit 82e0497dfd
1 changed files with 0 additions and 10 deletions

View File

@ -64,16 +64,6 @@ esac
unset FILE
}
alias ll='ls -alF --color=auto'
service() {
[ -f "/etc/init.d/$1" ] || {
echo "service "'"'"$1"'"'" not found, the following services are available:"
ls "/etc/init.d"
return 1
}
/etc/init.d/$@
}
Sysinfo
alias autoupdate='bash /bin/AutoUpdate.sh'
alias AutoUpdate='bash /bin/AutoUpdate.sh'