omake 199 B

123456789
  1. #%/bin/bash
  2. if [ -d ../../../tools ]; then
  3. mypath=../../../tools/avr/bin
  4. else
  5. mypath=../../../../tools/avr/bin
  6. fi
  7. echo $mypath/make OS=macosx ENV=arduino $*
  8. $mypath/make OS=macosx ENV=arduino $*