Add a script for generating static site
This commit is contained in:
parent
8f2edb7048
commit
4d1918a530
10
gen_site.sh
Executable file
10
gen_site.sh
Executable 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/
|
Loading…
Reference in New Issue
Block a user