#!/bin/bash
exec "$(dirname "$0")/../recipe-generator/generate_recipe.py" "$@"
