ChromeGalvanizer icon indicating copy to clipboard operation
ChromeGalvanizer copied to clipboard

Remove unnecessary mkdir statements

Open gdm85 opened this issue 5 years ago • 0 comments

From man mkdir:

       -p, --parents
              no error if existing, make parent directories as needed

It is needed only once.

gdm85 avatar May 17 '20 07:05 gdm85