diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-30 19:45:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-30 19:45:51 +0200 |
commit | f234ce8bb28e1528783d662243aa07ad23df5ed9 (patch) | |
tree | 7aa33f87e0655740af6d1d62e508ed5038baab94 | |
parent | 8be7ee877f8b34979a5fc43ba9040a058422a356 (diff) | |
download | hurrycurry-f234ce8bb28e1528783d662243aa07ad23df5ed9.tar hurrycurry-f234ce8bb28e1528783d662243aa07ad23df5ed9.tar.bz2 hurrycurry-f234ce8bb28e1528783d662243aa07ad23df5ed9.tar.zst |
anticurrry recipe set
-rw-r--r-- | data/index.yaml | 4 | ||||
-rwxr-xr-x | data/recipes/anticurry.sed | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/data/index.yaml b/data/index.yaml index 5ba9ad59..b900afd1 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -18,9 +18,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -demands: - - none - - default # Difficulty levels: # 1 Easy @@ -57,3 +54,4 @@ maps: recipes: - none - default + - anticurry 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 |