parent
9cd71f897a
commit
52500d88fb
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
#!/usr/bin/env python3 |
||||
import subprocess |
||||
import sys |
||||
|
||||
from openpilot.common.prefix import OpenpilotPrefix |
||||
|
||||
|
||||
with OpenpilotPrefix(): |
||||
ret = subprocess.call(sys.argv[1:]) |
||||
|
||||
exit(ret) |
Loading…
Reference in new issue