6 lines
218 B
Fish
Executable file
6 lines
218 B
Fish
Executable file
#!/bin/fish
|
|
cd build
|
|
#cmake -DCMAKE_BUILD_TYPE=Debug -DPICO_BOARD=pico ..
|
|
make -j4
|
|
#echo "adapter speed 10000" | nc localhost 4444
|
|
echo "program build/police_colors.elf verify reset" | nc -N localhost 4444 &>/dev/null
|