1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Files
esp8266/build/macosx/run.sh
2005-09-09 16:03:09 +00:00

10 lines
284 B
Bash
Executable File

#!/bin/sh
CLASSPATH=:lib:lib/build:lib/pde.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar:lib/RXTXcomm.jar
export CLASSPATH
cd work && java -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGrowBox=false processing.app.Base
#./work/Arduino.app/Contents/MacOS/JavaApplicationStub