2 ################################################################################
4 # Bake is a shell script for running CakePHP bake script
7 # CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8 # Copyright 2005-2010, Cake Software Foundation, Inc.
10 # Licensed under The MIT License
11 # Redistributions of files must retain the above copyright notice.
13 # @copyright Copyright 2005-2010, Cake Software Foundation, Inc.
14 # @link http://cakephp.org CakePHP(tm) Project
16 # @subpackage cake.cake.console
17 # @since CakePHP(tm) v 1.2.0.5012
18 # @license MIT License (http://www.opensource.org/licenses/mit-license.php)
20 ################################################################################
24 exec php
-q ${LIB}cake.php
-working "${APP}" "$@"