mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-19 08:52:05 +02:00
Add comment to exit 0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
play-tetris-melody.ps1
|
||||
.DESCRIPTION
|
||||
@@ -125,4 +125,4 @@ start-sleep -milliseconds 500
|
||||
[System.Console]::Beep(660,500)
|
||||
[System.Console]::Beep(880,1000)
|
||||
[System.Console]::Beep(838,2000)
|
||||
exit 0
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user