aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cup/files/cup
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cup/files/cup')
-rwxr-xr-xrecipes/cup/files/cup5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/cup/files/cup b/recipes/cup/files/cup
new file mode 100755
index 0000000000..34b4f05956
--- /dev/null
+++ b/recipes/cup/files/cup
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp=OE_STAGING_DATADIR_JAVA/OE_CUP_JAR
+
+exec OE_STAGING_BINDIR/java -cp $cp java_cup.Main "$@"