Sign in
qemu
/
meson
/
refs/heads/testcommand
/
.
/
test cases
/
common
/
57 custom target chain
/
usetarget
/
subcomp.py
blob: b5f6eb009857a591171ecb7760eb67a02ee0eb8b [
file
] [
log
] [
blame
]
#!/usr/bin/env python
import
sys
with
open
(
sys
.
argv
[
1
],
'rb'
)
as
ifile
:
with
open
(
sys
.
argv
[
2
],
'w'
)
as
ofile
:
ofile
.
write
(
'Everything ok.\n'
)