diff --git a/CustomFiles/Depends/profile b/CustomFiles/Depends/profile index e5a13b9..0548363 100644 --- a/CustomFiles/Depends/profile +++ b/CustomFiles/Depends/profile @@ -64,6 +64,16 @@ 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'