README: improve example for generating pages here too - saait - the most boring… | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 14e13f2b2eb2a5325046789df95d65cd7afc6e47 | |
parent 520cf503b55c4ce2f3ccf47e7aa13d43b463fb1c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 18 Oct 2019 20:32:35 +0200 | |
README: improve example for generating pages here too | |
Diffstat: | |
M README | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -98,6 +98,7 @@ this is an example for how it's used in practice and for many… | |
or: | |
- $ saait `ls -1r pages/*.cfg` | |
+ $ mkdir -p output | |
+ $ find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait | |
$ cp style.css print.css output/ | |
$ rsync -av output/ user@somehost:/var/www/htdocs/ |