2 lines
56 B
Bash
Executable file
2 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
teensy_loader_cli -mmcu=atmega32u4 -w -v $1
|