9 lines
158 B
Bash
Raw Normal View History

2021-01-09 22:01:21 +01: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