adding example apps, fixing powerup issues
[feisty_meow.git] / production / example_apps / shared_calendar / scripts / launch_local_cake.sh
1 #!/bin/bash
2
3 THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"
4 pushd $THIS_FOLDER
5
6 # does this help?
7 export DEBUG=true
8
9 ./bin/cake server -p 8766
10
11 popd
12
13