public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
tedkulp (author)
Sun Apr 27 06:27:43 -0700 2008
commit  7f2994736eebb73ec741543b244727f17e888a2b
tree    b43d8f0197cc1ad43bebc21697972603e1e34fe4
parent  aec01eb1af4c1dbb19d98c5bc656d0771a199a7f
cmsmadesimple-2-0 / autogen.sh
100755 16 lines (13 sloc) 0.3 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
 
mkdir tmp/templates_c
touch tmp/templates_c/index.html
mkdir tmp/templates
touch tmp/templates/index.html
mkdir tmp/configs
touch tmp/configs/index.html
mkdir tmp/cache
touch tmp/cache/index.html
 
chmod 777 tmp/templates_c
chmod 777 tmp/templates
chmod 777 tmp/configs
chmod 777 tmp/cache