John-K / pspdecrypt

Simple tool to decrypt PSP binaries
GNU General Public License v3.0
103 stars 22 forks source link

outdir does not create the output directory if the same one does not exist #49

Open zecoxao opened 10 months ago

zecoxao commented 10 months ago

this is no rocket science, outdir option -O should attempt to create the specified output directory with mkdir 0777 as soon as the command is executed.