eeprom/eeprom.sh

7 lines
89 B
Bash

#!/bin/sh
avrdude -p $1 -c $2 -t << END
write eeprom 0 $3
dump eeprom 0 16
quit
END