shmig icon indicating copy to clipboard operation
shmig copied to clipboard

mktemp

Open mbucc opened this issue 6 years ago • 1 comments

Forks keep replacing the weird way I create temp files with mktemp. Originally, @naquad used pipes, which are generally a better solution than temp files. I switched to temp files to fix issue #24. Maybe https://github.com/cheusov/pipestatus could be used to go back to pipes. Or just use mktemp.

mbucc avatar Jun 13 '18 11:06 mbucc

If I stick with files, see https://github.com/Neilpang/acmetest/blob/master/letest.sh#L183-L200 for a solution from a script master.

mbucc avatar Jan 12 '19 13:01 mbucc