remove saait.bat - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b2bb76357993c8f5d62825932f6a23cd33f42a21 | |
parent 4f516d2d723132f938641c9b80fed1c480565265 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 4 Aug 2017 15:45:33 +0200 | |
remove saait.bat | |
Diffstat: | |
D saait.bat | 5 ----- | |
1 file changed, 0 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/saait.bat b/saait.bat | |
@@ -1,5 +0,0 @@ | |
-@echo off | |
-setlocal enabledelayedexpansion | |
-mkdir output | |
-for /F "usebackq" %%f in (`dir /O-N /b pages\*.cfg`) do set FILES=!FILES! page… | |
-saait %FILES% |