Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Hosting tiles on google appengine

Damon Oehlman edited this page Jul 12, 2011 · 1 revision

Copy across all tar.gz files that are less than 10M (which is the appengine limit)

find . -path .*.tar.gz -size -10M -exec cp -Rfp {} /development/projects/websites/sidelab/tile5-sandbox/tiles/{} \;