mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
8 lines
128 B
Bash
8 lines
128 B
Bash
#!/usr/bin/env bash
|
|
|
|
# This script print the recipe configuration
|
|
|
|
cd cookbook
|
|
|
|
cat $(target/release/find_recipe "$1")/recipe.*
|