Files
openpilot-evo/panda/boardesp/python2_make.py
T
Vehicle Researcher af5ccec396 Merge panda subtree
old-commit-hash: f2de9784f84aff39f03d8e090fc6f8ffbef21f34
2019-10-09 18:31:56 +00:00

5 lines
67 B
Python

#!/usr/bin/env python2
import os
import sys
os.system(sys.argv[1])