Skip to content

Instantly share code, notes, and snippets.

@bbrt3
Last active August 11, 2021 17:20
Show Gist options
  • Save bbrt3/03edb1c99931b7ab6436eb05ff163a26 to your computer and use it in GitHub Desktop.
Save bbrt3/03edb1c99931b7ab6436eb05ff163a26 to your computer and use it in GitHub Desktop.
Powershell
echo "LETS GO!!"
echo is actually an alias for Write-Host in powershell.
Write-Output - success Output
Write-Host - writing to console
Write-Debug - for debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment