pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 8b6cda900811f23e50ee865f74c71aa8d47725f4
parent 367c22708d438a826b559d85a7cb5da17c8ac42d
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 27 Apr 2024 16:59:48 +0200

Add cleanup step

Diffstat:
Mbin/git_update_repo_html.sh | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh @@ -15,10 +15,12 @@ git_update_repo_html.sh \\ exit 1; fi - # HTML Viewer cd "${1}/${2}/${3}" +# Cleanup directory +rm -r "${1}/${2}/${3}/./" + # build HTML stagit "${1}/${2}/${3}.git"