mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
This script was already used by both Ladybird and the Kernel, so move it into Meta/gn/build instead.
7 lines
94 B
Python
7 lines
94 B
Python
#!/usr/bin/env python3
|
|
|
|
import subprocess
|
|
import sys
|
|
|
|
sys.exit(subprocess.call(sys.argv[1:]))
|