From 5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 26 Feb 2025 17:49:50 +0100 Subject: Added talk and blog post --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index c08f9a6..67776d5 100755 --- a/build.sh +++ b/build.sh @@ -29,6 +29,10 @@ copyfile() { t="$(htmltitle "$file")" cat top.html "$file" bottom.html | sed "s/TITLE/$t/" > "$ind" ;; + raw) + namenoraw="$(basename "$file" | sed 's/\.raw$//')" + cp "$file" "$dest/$namenoraw" + ;; *) cp "$file" "$dest/$(basename "$file")" esac -- cgit v1.3