repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git]
/
cakephp
/
cake.sh
blob
8bea29982b67e53997d09b3b6ce8d3d7b5e8d38e
1
#!/bin/bash
2
clear
3
4
LIB
=
"/usr/share/cake/console/"
5
APP
=
`pwd`
6
7
exec
php
-q
${LIB}
cake.php
-working
"
${APP}
"
"$@"
8
9
exit