index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
88 dep fallback
/
subprojects
/
boblib
/
genbob.py
blob: 34af7790efa779cfac99073dcd815d1dc20bf218 (
plain
)
1
2
3
4
5
6
#!/usr/bin/env python3
import
sys
with
open
(
sys
.
argv
[
1
],
'w'
)
as
f
:
f
.
write
(
''
)