mirror of
https://github.com/tikoci/mikrotik-gpl.git
synced 2025-12-10 07:44:45 +01:00
4 lines
88 B
Bash
4 lines
88 B
Bash
cd x86_64-softmmu
|
|
for file in hw/i386/*.hex; do
|
|
cp -f $file ../$file.generated
|
|
done
|