Skip to content

Instantly share code, notes, and snippets.

@lv7777
Created August 20, 2016 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lv7777/d04d61f7bb8858ef43c3a9dd2819e57e to your computer and use it in GitHub Desktop.
Save lv7777/d04d61f7bb8858ef43c3a9dd2819e57e to your computer and use it in GitHub Desktop.
3分測って3分経ったことを表示させる謎の何かです
$timer_new=New-Object System.Diagnostics.StopWatch;$timer_new.start();Start-Sleep -s 180;$timer_new.stop();echo $timer_new.Elapsed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment