blob: 2c737bba78f5574c1fdce62997991ea5987350c6 (
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 %%PREFIX%%/%%PORTNAME%%
|