GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
ErisCyan
/
minerva
Transfer to URL with SHA
Find file
Newer
Older
tree:
2be17be965
Branches
Tags
×
master
minerva
/
Meta
/
gn
/
build
/ invoke_process_with_args.py
minerva
on 13 Jul
94 bytes
Initial commit
Raw
Blame
History
#!/usr/bin/env python3 import subprocess import sys sys.exit(subprocess.call(sys.argv[1:]))