updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / cakephp / cake.sh
blob8bea29982b67e53997d09b3b6ce8d3d7b5e8d38e
1 #!/bin/bash
2 clear
4 LIB="/usr/share/cake/console/"
5 APP=`pwd`
7 exec php -q ${LIB}cake.php -working "${APP}" "$@"
9 exit