mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# This script print the recipe configuration
|
|
|
|
cat $(target/release/find_recipe "$1")/recipe.*
|