mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
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:]))
|