Skip to content

Instantly share code, notes, and snippets.

@sheepla
Created March 21, 2021 00:38
Show Gist options
  • Save sheepla/30022610a348de47d19281083fcdd337 to your computer and use it in GitHub Desktop.
Save sheepla/30022610a348de47d19281083fcdd337 to your computer and use it in GitHub Desktop.
PowerShellのウインドウタイトルでアニメーション
1..30 | %{1..10+9..2 | %{$host.ui.RawUI.WindowTitle = "💩"*$_; sleep 0.06}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment