mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-15 11:26:40 +03: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" "$@"
|