1 2 3 4 5 6
#!/bin/bash make avrdude -p atmega128 -c stk200 -P /dev/parport0 -U flash:w:main.HEX exit