diff options
Diffstat (limited to 'data/recipes')
-rwxr-xr-x | data/recipes/anticurry.sed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/recipes/anticurry.sed b/data/recipes/anticurry.sed new file mode 100755 index 00000000..e5b93a66 --- /dev/null +++ b/data/recipes/anticurry.sed @@ -0,0 +1,4 @@ +#!/bin/sed -f +s/inputs/TEMP/g +s/outputs/inputs/g +s/TEMP/outputs/g |