This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/source/Concept/Framework/autogen.sh
2007-02-06 14:41:04 +00:00

6 lines
92 B
Bash
Executable file

#!/bin/bash
make
avrdude -p atmega128 -c stk200 -P /dev/parport0 -U flash:w:main.HEX
exit