2 lines
108 B
Plaintext
Executable file
2 lines
108 B
Plaintext
Executable file
avrdude -c "$1" -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2
|