svandragt / psh

PHP Virtual Environment Shell
MIT License
0 stars 0 forks source link

create tempfile in /tmp #10

Closed svandragt closed 3 years ago

tomjn commented 3 years ago

You can use mktemp to create a randomly named folder in tmp https://stackoverflow.com/questions/10982911/creating-temporary-files-in-bash

And using traps to cleanup:

https://www.pixelstech.net/article/1577768087-Create-temp-file-in-Bash-using-mktemp-and-trap