Skip to content

Instantly share code, notes, and snippets.

@dstreefkerk
Created February 14, 2020 00:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstreefkerk/d9b3983f793406d783e8bbd847449551 to your computer and use it in GitHub Desktop.
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.
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