commit 9d58b1dbad00fa3593097e4dccfe13b8eefa2c24 parent 25a90afcd7d0c4c3f272f310b57b6d0f174125c1 Author: Santtu Lakkala <inz@inz.fi> Date: Sat, 19 Feb 2022 18:04:20 +0200 Add resource export Diffstat:
M | saitti | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/saitti b/saitti @@ -97,3 +97,5 @@ ___EOF___" smu < "$TMPDIR/index.md" | html2gph git show HEAD:templates/index.html/footer.html ) > "$output_gopher/index.gph" + +git archive --format=tar HEAD resources | (cd "$output_html"; tar x)