9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
cd ..
|
|
PEDAL=1 scons -u -j$(nproc)
|
|
cd pedal
|
|
|
|
../../tests/pedal/enter_canloader.py ../obj/pedal.bin.signed
|