9 lines
128 B
Bash
Executable file
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
|