diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 01:16:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 01:16:29 +0200 |
commit | 4e7535fd73d232a51629fc33f65a61754a155b22 (patch) | |
tree | acce114d59f1679d8f08a4c96ed180b8027c632a /scripts/xfsub |
Genesis commit
Diffstat (limited to 'scripts/xfsub')
-rwxr-xr-x | scripts/xfsub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/xfsub b/scripts/xfsub new file mode 100755 index 0000000..cab652a --- /dev/null +++ b/scripts/xfsub @@ -0,0 +1,3 @@ +#!/bin/sh + +fsub "$1" "$2" "$3" | sponge "$3" |