mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 12:23:36 +08:00
5 lines
88 B
Bash
5 lines
88 B
Bash
|
cd x86_64-softmmu
|
||
|
for file in hw/i386/*.hex; do
|
||
|
cp -f $file ../$file.generated
|
||
|
done
|