This repository has been archived on 2026-04-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gpn23-recipes/do-it.sh

9 lines
128 B
Bash
Executable file

#!/bin/sh
set -ex
rm -rf out/
python 0_get_recipes.py
python 1_clean_json.py
python 2_to_markdown.py
python 3_to_mediawiki.py