diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-02-26 17:49:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-02-27 15:25:18 +0100 |
| commit | 5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c (patch) | |
| tree | e721ba359014ffc9d82ad9b97f1a134010e67885 /build.sh | |
| parent | 7c168659d729f21755ce71f99230051491b62244 (diff) | |
| download | sebastiano.tronto.net-5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c.tar.gz sebastiano.tronto.net-5a41e71c95fe879f9fb93aa0472a8f1b3fbd028c.zip | |
Added talk and blog post
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
