summarylogtreecommitdiffstats
path: root/jpf
diff options
context:
space:
mode:
authorDrew Noel2019-03-08 09:15:13 -0500
committerDrew Noel2019-03-08 09:15:29 -0500
commite31578d1317d51221d27b1b82ed349a67a8894dd (patch)
tree55df89e74d18f3bf98faea8ce3d58a4c46cb542c /jpf
downloadaur-jpf-core-git.tar.gz
Import
Diffstat (limited to 'jpf')
-rw-r--r--jpf4
1 files changed, 4 insertions, 0 deletions
diff --git a/jpf b/jpf
new file mode 100644
index 000000000000..cf232647e86f
--- /dev/null
+++ b/jpf
@@ -0,0 +1,4 @@
+#!/bin/sh
+export CLASSPATH="/usr/share/java/jpf/*"
+
+java gov.nasa.jpf.tool.RunJPF "$@"