Revert "Update move-with-hist.ps1: don't clear screen"

This reverts commit 4727685749.
This commit is contained in:
aybe
2020-10-17 02:08:42 +02:00
parent 7898143a70
commit 2bd65a44e4

View File

@@ -7,6 +7,8 @@ param (
[Parameter(Mandatory=$true)][string]$target
)
clear
Write-Host("Source is {0}" -f $source) -ForegroundColor Green
Write-Host("Target is {0}" -f $target) -ForegroundColor Green