mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-09 15:02:05 +08:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
scons -u
|
|
PYTHONPATH=.. python3 -c "from python import Panda; Panda().flash('obj/panda.bin.signed')"
|