This commit is contained in:
2024-10-22 07:51:19 +02:00
4 changed files with 67 additions and 11 deletions

View File

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