psql -b cooked postgres -h localhost < ./seed/recipies.sql && psql -b cooked postgres -h localhost < ./seed/recipe_tags.sql && psql -b cooked postgres -h localhost < ./seed/recipe_ingeredients.sql && psql -b cooked postgres -h localhost < ./seed/recipe_steps.sql