Skip to content

Instantly share code, notes, and snippets.

@JimMoyle
Created February 20, 2024 11:11
Show Gist options
  • Select an option

  • Save JimMoyle/25ab396418e0a15ad6aeaf1a928c488a to your computer and use it in GitHub Desktop.

Select an option

Save JimMoyle/25ab396418e0a15ad6aeaf1a928c488a to your computer and use it in GitHub Desktop.

Revisions

  1. JimMoyle created this gist Feb 20, 2024.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    $stopwatch = [system.diagnostics.stopwatch]::StartNew()
    while ($true) { $stopwatch.Elapsed.ToString().SubString(0, 8); Start-Sleep 1; Clear-Host}