Skip to content

Commit

Permalink
Update mkdirs.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 13, 2023
1 parent 031703d commit efa407b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CommonInitScripts/mkdirs.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TODO - is the -Force parameter really needed here?

mkdir -Force ~/books
mkdir -Force ~/x # all my development repos go here
mkdir -Force ~/x/tmp # stuff that can be deleted after restart
Expand Down

0 comments on commit efa407b

Please sign in to comment.