diff options
Diffstat (limited to 'data')
| -rwxr-xr-x | data/recipes/anticurry.sed | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/recipes/anticurry.sed b/data/recipes/anticurry.sed index 26042454..01e442de 100755 --- a/data/recipes/anticurry.sed +++ b/data/recipes/anticurry.sed @@ -2,3 +2,6 @@ s/inputs/TEMP/g s/outputs/inputs/g s/TEMP/outputs/g +s/points: -/TEMP/g +s/points: /points: -/g +s/TEMP/points: /g |