6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make
|
|
avrdude -p atmega128 -c stk200 -P /dev/parport0 -U flash:w:main.HEX
|
|
|
|
exit
|