diff options
Diffstat (limited to 'other/website/src/make.sh')
| -rwxr-xr-x | other/website/src/make.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/other/website/src/make.sh b/other/website/src/make.sh new file mode 100755 index 00000000..cf1c2723 --- /dev/null +++ b/other/website/src/make.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +python make_page.py < content_home.html > ../index.html +python make_page.py < content_team.html > ../team.html +python make_page.py < content_download.html > ../download.html +python make_page.py < content_support.html > ../support.html |