Adding initial scratch files
This commit is contained in:
16
example.ps1
Normal file
16
example.ps1
Normal file
@@ -0,0 +1,16 @@
|
||||
$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
|
||||
Reference in New Issue
Block a user