#!/bin/bash
#-- Script for downloading into the ATMEGA168

avrdude -patmega328p -carduino -P/dev/ttyUSB0 -b57600 -D -Uflash:w:$1:i

