Closed ArchibaldBienetre closed 2 years ago
Without knowledge of the concrete commands (@DonMischo should provide those!), I can start by creating a utility for calling them, and have a look at the API of Process(Builder)
@DonMischo is taking over :)
:information_source: Implemented by https://github.com/SergelsOrg/csv2tex/pull/37 .
rm, mv, mkdir with java, no need for shell commands
rm, mv, mkdir with java, no need for shell commands
Thanks, I updated the code accordingly https://github.com/SergelsOrg/csv2tex/pull/37/commits/7df8e89fad00b2ba955377f68768bfa7843c88d5
Encapsulate the shell commands we need:
mkdir
,mv
,rm (-r)
,pdfunite
,texi2pdf
Ideally, use the ProcessBuilder API