Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.

This commit is contained in:
oguztecirlioglu
2020-09-17 17:34:03 +01:00
parent 30fd0a3950
commit fa753e15b9
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\.local\xbin\$VERNAME"))
& tar xf "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE"
# Move single binary into root of temporary folder
& move "$EXENAME" "$VERNAME"
& dir
# Settle unpacked archive into place
echo "New Name: $VERNAME"