mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-20 23:53:44 +08:00
957d61c2f7
date: 2023-08-15T11:39:41 commit: 23c1c08d626baec60d22077c16ac8d279730af5c
9 lines
120 B
Bash
Executable File
9 lines
120 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
cd ..
|
|
scons -u -j$(nproc)
|
|
cd pedal
|
|
|
|
../../tests/pedal/enter_canloader.py obj/pedal.bin.signed
|