Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
137 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
())