Add a script for generating static site

This commit is contained in:
Némunaire 2013-12-09 11:54:06 +01:00
parent 8f2edb7048
commit 4d1918a530

10
gen_site.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
BASEURL="localhost"
cd `dirname "$0"`
mkdir -p out
cd out
wget -c -m http://$BASEURL/ http://$BASEURL/connected/