Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Created April 21, 2020 06:50
Show Gist options
  • Save clr2of8/365942af50de87ecc0d5ba12014466c5 to your computer and use it in GitHub Desktop.
Save clr2of8/365942af50de87ecc0d5ba12014466c5 to your computer and use it in GitHub Desktop.
# & copy con nul
function write-stuff { 
 write-host "stuff"
}
 
write-stuff
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment