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
Search Repo:
calguy1000 (author)
Sat Apr 26 08:47:59 -0700 2008
commit  68e9e77b6bdc9b3db937026d3f89f71b71d5fac8
tree    a9f3f2c9017b2074395d45d8ffdfc47a443e58f2
parent  59759ed1d0a83fcdc9300b67c3c8a0784dbc5a1c
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