X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Flaunch_serene_cake.sh;fp=production%2Fexample_apps%2Fzippy_maps%2Flaunch_serene_cake.sh;h=e607f4d33cc0872f275b92078585eb3bc5522f37;hp=0000000000000000000000000000000000000000;hb=cd9948b7e23127e694c1c500828430554f84790b;hpb=43099b0a5606877a692b484b58c807cf8ea20bd7 diff --git a/production/example_apps/zippy_maps/launch_serene_cake.sh b/production/example_apps/zippy_maps/launch_serene_cake.sh new file mode 100755 index 00000000..e607f4d3 --- /dev/null +++ b/production/example_apps/zippy_maps/launch_serene_cake.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )" +pushd $THIS_FOLDER + +# does this help? +export DEBUG=true + +./bin/cake server -H 192.241.191.154 -p 12738 + +popd + +