From 9cad508b5c98ca1029460807249cafb712f28f1e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 22:39:48 +0100 Subject: Migrate the site to GSP and a Makefile --- scripts/last-of-design.sed | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/last-of-design.sed') 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/! { p d } N -/|MARKER LOL/ { - s/// - s/MARKER LOL// +/tr \.new-design|__MARKER__/ { + s/trX/tr .last-of-design/ + s/__MARKER__// p d } -s/// +s/trX/tr/ P D -- cgit v1.2.3