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