summarylogtreecommitdiffstats
path: root/fatcalc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fatcalc.sh')
-rw-r--r--fatcalc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/fatcalc.sh b/fatcalc.sh
new file mode 100644
index 000000000000..993d45014455
--- /dev/null
+++ b/fatcalc.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for jar in /usr/share/java/fatcalc/*.jar; do
+ CP=$CP:$jar
+done
+
+java -cp $CP net.sourceforge.fatcalc.Main