Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,28 +0,0 @@
|
|||
function StepUp
|
||||
{
|
||||
If ( -not ( Step ) )
|
||||
{
|
||||
StepUp
|
||||
StepUp
|
||||
}
|
||||
}
|
||||
|
||||
# Step simulator for testing
|
||||
function Step
|
||||
{
|
||||
If ( Get-Random 0,1 )
|
||||
{
|
||||
$Success = $True
|
||||
Write-Verbose "Up one step"
|
||||
}
|
||||
Else
|
||||
{
|
||||
$Success = $False
|
||||
Write-Verbose "Fell one step"
|
||||
}
|
||||
return $Success
|
||||
}
|
||||
|
||||
# Test
|
||||
$VerbosePreference = 'Continue'
|
||||
StepUp
|
||||
Loading…
Add table
Add a link
Reference in a new issue