5 lines
161 B
Fish
Executable file
5 lines
161 B
Fish
Executable file
#!/bin/fish
|
|
cd build
|
|
make
|
|
#echo "adapter speed 10000" | nc localhost 4444
|
|
echo "program build/police_colors.elf verify reset" | nc -N localhost 4444 &>/dev/null
|