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
|