diff options
Diffstat (limited to 'data')
-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 |