Skip to content

Instantly share code, notes, and snippets.

@timconradinc
Created October 22, 2013 19:11
Show Gist options
  • Save timconradinc/7106400 to your computer and use it in GitHub Desktop.
Save timconradinc/7106400 to your computer and use it in GitHub Desktop.
function bob {
Param([string]$a, [string]$b)
Write-Host "a: $a b: $b"
}
bob "one" "two"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment