source: gs2-extensions/open-office/trunk/bin/script/oo2html@ 23226

Last change on this file since 23226 was 22511, checked in by kjdon, 14 years ago

need to quote the args in case they have spaces

  • Property svn:executable set to *
File size: 134 bytes
Line 
1#!/bin/bash
2
3#java -jar $GEXT_OPENOFFICE/lib/java/jodconverter.jar $*
4java -jar $GEXT_OPENOFFICE/lib/java/jodconverter.jar "$1" "$2"
Note: See TracBrowser for help on using the repository browser.