mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 12:32:06 +08:00
14bead366a
This reverts commit 255c89c6ab.
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
scons -u
|
|
|
|
./canloader.py base obj/body.bin.signed
|