initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
$promptSawDebug = $false
|
||||
|
||||
function prompt {
|
||||
if (Test-Path variable:/PSDebugContext -ErrorAction SilentlyContinue) {
|
||||
$promptSawDebug = $true
|
||||
}
|
||||
|
||||
return "$promptSawDebug > "
|
||||
}
|
||||
|
||||
Write-Host "Debug over"
|
||||
Loading…
Add table
Add a link
Reference in a new issue