Updated play-beep-sound.ps1

This commit is contained in:
Markus Fleschutz 2025-05-12 22:01:54 +02:00
parent b4997ff74b
commit b3cdf19f4a
7 changed files with 3 additions and 8 deletions

0
scripts/convert-images2webp.ps1 Normal file → Executable file
View File

0
scripts/install-scoop.ps1 Normal file → Executable file
View File

0
scripts/list-installed-hotfixes.ps1 Normal file → Executable file
View File

0
scripts/new-markdown-file.ps1 Normal file → Executable file
View File

0
scripts/new-text-file.ps1 Normal file → Executable file
View File

View File

@ -12,11 +12,6 @@
Author: Markus Fleschutz | License: CC0
#>
try {
[System.Console]::Beep(500,300)
Start-Sleep -milliseconds 300
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}
[System.Console]::Beep(500, 300)
Start-Sleep -milliseconds 300
exit 0 # success

0
scripts/watch-crypto-rates.ps1 Normal file → Executable file
View File