9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
#| Loads the hex file onto the teensy 2.0
|
||
|
|
||
|
sudo teensy-loader-cli -mmcu=atmega32u4 -w Build/main.hex
|
||
|
|
||
|
exit 0
|
||
|
|