Skip to content

Commit 3d17da5

Browse files
committed
DoIt.bash for the example project - before forking
1 parent 1bb4dd7 commit 3d17da5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Ev3LangScalaExample/DoIt.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
#Command line for getting SuperPowered.jar up and running
3+
java -DlogFile=log.txt -cp Ev3LangScala.jar ev3dev4s.JarRunner Ev3LangScalaExample.jar examples.FiveXHelloWorld
4+
5+
# In a shell use
6+
# brickrun -r --java -DlogFile=log.txt -cp Ev3LangScala.jar ev3dev4s.JarRunner Ev3LangScalaExample.jar examples.FiveXHelloWorld

0 commit comments

Comments
 (0)