#!/usr/bin/env python3 import sys, subprocess subprocess.run(sys.argv[1:], check=True)