Skip to content

Instantly share code, notes, and snippets.

@mtei
Last active February 7, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtei/0392d6edd36c462fc095cc5f45b126e0 to your computer and use it in GitHub Desktop.
Save mtei/0392d6edd36c462fc095cc5f45b126e0 to your computer and use it in GitHub Desktop.
avrdude (in ArduinoIDE) command wrapper
#!/bin/sh
AVRDIR=/Applications/Arduino.app/Contents/Java/hardware/tools/avr
CONF=$AVRDIR/etc/avrdude.conf
CMD=$AVRDIR/bin/avrdude
$CMD -C $CONF "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment