forked from I2P_Developers/i2p.www
5 lines
74 B
Bash
5 lines
74 B
Bash
![]() |
#!/bin/sh
|
||
|
rm -rf out
|
||
|
mkdir out
|
||
|
cp -R static out/_static
|
||
|
python generate.py
|