Skip to content

Instantly share code, notes, and snippets.

View Mionsz's full-sized avatar

Miłosz Linkiewicz Mionsz

View GitHub Profile
# invoke:
# $URI = "Mionsz/bc9c1a71587ca43b147d75d8feb73088/raw/3e04c112921939b6a32173ac52b4b56d99c71cdd/common.ps1"
# Invoke-Expression (Invoke-RestMethod -Uri "https://gist.githubusercontent.com/$URI"); Print-LogoAnim
# Enhanced version with better color support
function Print-Logo {
param(
[array]$BlueCode = @(26, 27, 20, 19, 20, 20, 21, 4, 27, 26, 32, 12, 33, 6, 39, 38, 44, 45)
)