mktemp:safe temporary file creation from shell scripts
Mktemp is a simple utility designed to make temporary file handling in shells scripts be safe and simple.
in order to compile pdf2htmlEX with mxe, I found Mktemp from http://www.mktemp.org/, and do some modification to support windows better.
Windows version :Â mktemp-win32
source code:Â https://github.com/witwall/mktemp
Mktemp is free software and is distributed under a ISC-style license.
Mktemp was written by Todd C. Miller.
Leave a Reply