blob: ceb6e19aad38deed61a5ff9646b9b71441802930 [file] [log] [blame]
#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'w') as f:
print('# this file does nothing', file=f)