Removing greeting from console apps

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6690 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2008-04-18 05:30:09 +00:00
parent 6a6928e084
commit d8cb269dc3

View file

@ -29,8 +29,6 @@ clear
LIB=${0/%cake/}
APP=`pwd`
echo "Hello $USER,"
exec php -q ${LIB}cake.php -working "${APP}" "$@"
echo " ";