]> git.donarmstrong.com Git - kiibohd-controller.git/blob - LoadFile/bash
Formalizing code module structure and inheritance (Large Commit)
[kiibohd-controller.git] / LoadFile / bash
1 #!/bin/bash
2
3 #| Loads the hex file onto the teensy
4
5 sudo teensy-loader-cli -mmcu=@MCU@ -w @TARGET_HEX@
6
7 exit 0
8