summaryrefslogtreecommitdiff
path: root/tools/quickcp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/quickcp')
-rwxr-xr-xtools/quickcp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/quickcp b/tools/quickcp
new file mode 100755
index 0000000000..0bfcad1941
--- /dev/null
+++ b/tools/quickcp
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+
+THISDIR=`dirname $0`
+cp=`${THISDIR}/cpof ${THISDIR}/../build/quick/classes`
+fjbg=`${THISDIR}/abspath ${THISDIR}/../lib/fjbg.jar`
+
+echo ${cp}:${fjbg}