This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# which cake version that will be bundled in the zip file | |
CAKE_13_STABLE=1.3.15 | |
CAKE_21_STABLE=2.1.5 | |
# location of working repositories | |
CAKE_REPO=/Users/kyle/Documents/www/cake/ | |
CROOGO_REPO=/Users/kyle/Documents/www/croogo/app/ |