1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 02:32:34 +00:00
serenity/Meta/gn/secondary/Ladybird/invoke_process_with_args.py
2023-07-09 16:22:58 -06:00

6 lines
94 B
Python

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