diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-29 22:39:48 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-29 22:39:48 +0100 |
commit | 9cad508b5c98ca1029460807249cafb712f28f1e (patch) | |
tree | 2ad62d1ca57b7dc691550865cb7fb0b55c26da34 /scripts/xfsub | |
parent | c88b4c2d0842dfbb32fa744dde781601b9e4e7cf (diff) |
Migrate the site to GSP and a Makefile
Diffstat (limited to 'scripts/xfsub')
-rwxr-xr-x | scripts/xfsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/xfsub b/scripts/xfsub deleted file mode 100755 index cab652a..0000000 --- a/scripts/xfsub +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -fsub "$1" "$2" "$3" | sponge "$3" |