aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/99 install all targets/script.py
blob: c5f3be9ed88935256bd11ce628afe0d822b93dc1 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python3

import sys

for f in sys.argv[1:]:
  with open(f, 'w') as f:
      pass