Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
129 build by default
/
mygen.py
blob: 5a74153ee16b330328c4c973abe9f1d727842250 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
ifile
=
open
(
sys
.
argv
[
1
])
ofile
=
open
(
sys
.
argv
[
2
],
'w'
)
ofile
.
write
(
ifile
.
read
())