mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-13 23:48:46 +01:00
4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
|
#!/bin/bash
|
||
|
export LD_LIBRARY_PATH="`dirname "$0"`/../lib"
|
||
|
exec -a "$0" "`dirname "$0"`/../bin.gcc/avr-cpp" "$@"
|