mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
7 lines
162 B
Bash
7 lines
162 B
Bash
#!/bin/bash
|
|
|
|
# alternate avra BasicBumpBot.asm
|
|
/opt/gavrasm/gavrasm -X BasicBumpBot.asm
|
|
avrdude -c usbasp -p m128 -U flash:w:BasicBumpBot.hex
|
|
rm BasicBumpBot.lst
|