Reorganized sample ppp options files
[barry/pauldeden.git] / doc / www / static.sh
blob9b79c6ce6c3b5bca82aaba8c41e4a71c64b9c026
1 #!/bin/sh
3 for f in `cat content_list` ; do
4 echo "Generating $f.html"
5 cat prepend.php $f.php append.php | php > $f.html
6 done