diff options
Diffstat (limited to 'homebrew/excelcompare/.make.sh-auto')
-rw-r--r-- | homebrew/excelcompare/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/excelcompare/.make.sh-auto b/homebrew/excelcompare/.make.sh-auto new file mode 100644 index 000000000..91c24e744 --- /dev/null +++ b/homebrew/excelcompare/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +libexec.install Dir["bin/dist/*"] +(bin/"excel_cmp").write <<~EOS +#!/bin/sh +java -ea -Xmx512m -cp "#{libexec}/*" com.ka.spreadsheet.diff.SpreadSheetDiffer "$@" +EOS |