Touch replacement #1

Merged
Tim merged 2 commits from :main into main 2023-11-16 10:24:59 +01:00
Showing only changes of commit ab5ff5c336 - Show all commits

View File

@@ -41,7 +41,7 @@ function pwd {
Get-Location Get-Location
} }
# touch replacement # touch replacement
function pwd { function touch {
New-Item New-Item
} }