summaryrefslogtreecommitdiff
path: root/packages/jvmtop/resources
diff options
context:
space:
mode:
Diffstat (limited to 'packages/jvmtop/resources')
-rwxr-xr-xpackages/jvmtop/resources/bin/jvmtop5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/jvmtop/resources/bin/jvmtop b/packages/jvmtop/resources/bin/jvmtop
new file mode 100755
index 0000000..6933c33
--- /dev/null
+++ b/packages/jvmtop/resources/bin/jvmtop
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+STARTER="`dirname \"$0\"`/../lib/jvmtop.sh"
+
+/bin/sh $STARTER \ No newline at end of file