mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
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:
parent
6a6928e084
commit
d8cb269dc3
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ clear
|
|||
LIB=${0/%cake/}
|
||||
APP=`pwd`
|
||||
|
||||
echo "Hello $USER,"
|
||||
|
||||
exec php -q ${LIB}cake.php -working "${APP}" "$@"
|
||||
|
||||
echo " ";
|
||||
|
|
Loading…
Reference in a new issue