blob: e35688699f62f43636e0cc76a4ed104420407a1c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# wrapper to execute the Arduino start script
# Need the linux version of readlink
PATH="%%LINUXBASE%%/usr/bin:${PATH}"
export PATH
exec "%%PREFIX%%/%%PORTNAME%%/arduino" "$@"
|