Created
February 14, 2020 00:49
-
-
Save dstreefkerk/d9b3983f793406d783e8bbd847449551 to your computer and use it in GitHub Desktop.
Put this into your PowerShell profile file for an offline version of www.copyshrug.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Copy-Shrug { | |
"¯\_(ツ)_/¯" | Set-Clipboard | |
Write-Output "Shrug copied to clipboard" | |
} | |
New-Alias -name 'cps' -Value Copy-Shrug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment