aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/jlex/files/jlex
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/jlex/files/jlex')
-rwxr-xr-xrecipes-core/jlex/files/jlex5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/jlex/files/jlex b/recipes-core/jlex/files/jlex
new file mode 100755
index 0000000..7a9e756
--- /dev/null
+++ b/recipes-core/jlex/files/jlex
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp=OE_STAGING_DATADIR_JAVA/OE_JLEX_JAR
+
+exec OE_STAGING_BINDIR/java -cp $cp JLex.Main "$@"