mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Meta: Move invoke_process_with_args.py to common location
This script was already used by both Ladybird and the Kernel, so move it into Meta/gn/build instead.
This commit is contained in:
parent
00826b2512
commit
10298f1e9a
Notes:
sideshowbarker
2024-07-17 04:10:16 +09:00
Author: https://github.com/ADKaster
Commit: 10298f1e9a
Pull-request: https://github.com/SerenityOS/serenity/pull/21518
Reviewed-by: https://github.com/nico ✅
6 changed files with 5 additions and 5 deletions
6
Meta/gn/build/invoke_process_with_args.py
Normal file
6
Meta/gn/build/invoke_process_with_args.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
sys.exit(subprocess.call(sys.argv[1:]))
|
Loading…
Add table
Add a link
Reference in a new issue