You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PROBLEM:
For easier usage it would be good to include two scripts for starting
epubcheck.
SOLUTION:
For Linux:
//epubcheck(.sh)
#!/bin/sh
java -jar epubcheck-x.x.x.jar $1
//*
For Windows:
//epubcheck.bat
java -jar epubcheck-x.x.x.jar %1
//*
PLATFORM:
Linux,Windows
Original issue reported on code.google.com by li...@graasmilk.net on 6 May 2009 at 6:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
li...@graasmilk.net
on 6 May 2009 at 6:44The text was updated successfully, but these errors were encountered: