8 lines
128 B
Bash
Executable file
8 lines
128 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# This script print the recipe configuration
|
|
|
|
cd cookbook
|
|
|
|
cat $(target/release/find_recipe "$1")/recipe.*
|