Newer
Older
#!/usr/bin/env bash
set -e
source config.sh
if [ $# = 0 ]
then
else
recipes="$@"
fi
for recipe in $recipes
do
recipe_path=`target/release/find_recipe $recipe`
if [ -d "$recipe_path/source" ]
#!/usr/bin/env bash
set -e
source config.sh
if [ $# = 0 ]
then
else
recipes="$@"
fi
for recipe in $recipes
do
recipe_path=`target/release/find_recipe $recipe`
if [ -d "$recipe_path/source" ]