opnsense-ports/devel/arduino/files/arduino.in
Franco Fichtner 30a8debfff */*: sync with upstream
Taken from: FreeBSD
2017-03-16 01:55:51 +01:00

8 lines
188 B
Bash

#!/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" "$@"