3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
|
#!/bin/bash
|
||
|
teensy_loader_cli -mmcu=atmega32u4 -w -v $1
|