Newer
Older
source config.sh
if [ $# = 0 ]
then
else
recipes="$@"
fi
target/release/cook --fetch-only "$recipe_path"
else
./cook.sh "$recipe_path" fetch
source config.sh
if [ $# = 0 ]
then
else
recipes="$@"
fi
target/release/cook --fetch-only "$recipe_path"
else
./cook.sh "$recipe_path" fetch