#!/bin/sh
# wrapper to execute the Arduino start script

# Need the linux version of readlink
PATH="/compat/linux/usr/bin:${PATH}"
export PATH

exec /usr/local/arduino/arduino /usr/local/arduino
