mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +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
|