aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-02-26 17:49:50 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-02-27 15:25:18 +0100
commit5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c (patch)
treee721ba359014ffc9d82ad9b97f1a134010e67885 /build.sh
parent7c168659d729f21755ce71f99230051491b62244 (diff)
downloadsebastiano.tronto.net-5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c.tar.gz
sebastiano.tronto.net-5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c.zip
Added talk and blog post
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c08f9a6..67776d5 100755
--- a/build.sh
+++ b/build.sh
@@ -29,6 +29,10 @@ copyfile() {
29 t="$(htmltitle "$file")" 29 t="$(htmltitle "$file")"
30 cat top.html "$file" bottom.html | sed "s/TITLE/$t/" > "$ind" 30 cat top.html "$file" bottom.html | sed "s/TITLE/$t/" > "$ind"
31 ;; 31 ;;
32 raw)
33 namenoraw="$(basename "$file" | sed 's/\.raw$//')"
34 cp "$file" "$dest/$namenoraw"
35 ;;
32 *) 36 *)
33 cp "$file" "$dest/$(basename "$file")" 37 cp "$file" "$dest/$(basename "$file")"
34 esac 38 esac

Generated with cgit - Back to sebastiano.tronto.net