mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
for recipe in `ls -1 recipes | grep -v libstd`
|
|
do
|
|
./cook.sh $recipe $*
|
|
done
|