Files
Chronometer/example.ps1
2017-02-02 18:24:36 -08:00

16 lines
223 B
PowerShell

$test = 1+1
$test = 1+1
sleep -Milliseconds 34
$test = 1+1
$test = 1+1
# comments
foreach($n in 1..10)
{
"test string"
sleep -Milliseconds 3
}
sleep -Milliseconds 12
sleep -Milliseconds 5
$test = 1+1
$test = 1+1