mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-03 17:11:01 +00: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
|