Pass shell arguments to linux arduino script through to Arduino.

This commit is contained in:
David A. Mellis 2012-11-03 12:25:19 -04:00
parent 839b58c1ae
commit 80b52b29b5
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ export LD_LIBRARY_PATH
export PATH="${APPDIR}/java/bin:${PATH}"
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base "$@"