summaryrefslogtreecommitdiffhomepage
path: root/scripts/last-of-design.sed
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-29 22:39:48 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-29 22:39:48 +0100
commit9cad508b5c98ca1029460807249cafb712f28f1e (patch)
tree2ad62d1ca57b7dc691550865cb7fb0b55c26da34 /scripts/last-of-design.sed
parentc88b4c2d0842dfbb32fa744dde781601b9e4e7cf (diff)
Migrate the site to GSP and a Makefile
Diffstat (limited to 'scripts/last-of-design.sed')
-rwxr-xr-xscripts/last-of-design.sed10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/last-of-design.sed b/scripts/last-of-design.sed
index 8e6c5a4..f3d05a6 100755
--- a/scripts/last-of-design.sed
+++ b/scripts/last-of-design.sed
@@ -1,19 +1,19 @@
#!/bin/sed -Enf
-/<trX>/! {
+/trX/! {
p
d
}
N
-/<tr class=new-design>|MARKER LOL/ {
- s/<trX>/<tr class=last-of-design>/
- s/MARKER LOL//
+/tr \.new-design|__MARKER__/ {
+ s/trX/tr .last-of-design/
+ s/__MARKER__//
p
d
}
-s/<trX>/<tr>/
+s/trX/tr/
P
D