9 lines
158 B
Bash
Raw Normal View History

2020-10-24 19:43:22 +02:00
#!/bin/bash
cat << EOF | nc localhost 4444
reset halt
flash write_image erase /home/wn/Workspaces/mbusgateway3variant/cube/build/cube.elf
reset run
exit
EOF