compiler wrapper.py 94 B

1234567
  1. #!/usr/bin/env python3
  2. import sys
  3. import subprocess
  4. sys.exit(subprocess.call(sys.argv[1:]))