Skip to content

Instantly share code, notes, and snippets.

@mattia72
Last active May 16, 2023 09:44
Show Gist options
  • Save mattia72/344ac8c7e4d1e4e34a1f90666c4e38cf to your computer and use it in GitHub Desktop.
Save mattia72/344ac8c7e4d1e4e34a1f90666c4e38cf to your computer and use it in GitHub Desktop.
(1..10) | %{
Start-Sleep -Milliseconds 200;
Write-Host "`r" "$("{1} {0,-300}" -f ('\','|','/','-')[$i++%4], "$_")".Trim() -NoNewline
};
Write-Host "`rReady"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment