Update the comment-based header

This commit is contained in:
Markus Fleschutz 2022-02-10 08:57:52 +01:00
parent 8114a2fe2a
commit 15e3d9f49c
28 changed files with 76 additions and 56 deletions

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a bee sound
.DESCRIPTION
This script plays a bee sound.
This PowerShell script plays a bee sound.
.EXAMPLE
PS> ./play-bee-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a short beep sound
.DESCRIPTION
This script plays a short beep sound.
This PowerShell script plays a short beep sound.
.EXAMPLE
PS> ./play-beep-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,11 @@
.SYNOPSIS
Plays a cat sound
.DESCRIPTION
This script plays a cat sound.
This PowerShell script plays a cat sound.
.EXAMPLE
PS> ./play-cat-sound
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,11 @@
.SYNOPSIS
Plays a cow sound
.DESCRIPTION
This script plays a cow sound.
This PowerShell script plays a cow sound.
.EXAMPLE
PS> ./play-cow-sound
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,11 @@
.SYNOPSIS
Plays a dog sound
.DESCRIPTION
This script plays a dog sound.
This PowerShell script plays a dog sound.
.EXAMPLE
PS> ./play-dog-sound
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,11 @@
.SYNOPSIS
Plays a donkey sound
.DESCRIPTION
This script plays a donkey sound.
This PowerShell script plays a donkey sound.
.EXAMPLE
PS> ./play-donkey-sound
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -1,12 +1,13 @@
<#
.SYNOPSIS
Plays a elephant sound
Plays an elephant sound
.DESCRIPTION
This script plays a elephant sound.
This PowerShell script plays an elephant sound.
.EXAMPLE
PS> ./play-elephant-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays an elk sound
.DESCRIPTION
This script plays an elk sound.
This PowerShell script plays an elk sound.
.EXAMPLE
PS> ./play-elk-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,13 +2,13 @@
.SYNOPSIS
Plays audio files (MP3 and WAV)
.DESCRIPTION
This script plays the given audio files (supporting MP3 and WAV format).
This PowerShell script plays the given audio files (supporting MP3 and WAV format).
.PARAMETER FilePattern
Specifies the file pattern
.EXAMPLE
PS> ./play-files *.mp3
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a frog sound
.DESCRIPTION
This script plays a frog sound.
This PowerShell script plays a frog sound.
.EXAMPLE
PS> ./play-frog-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a goat sound
.DESCRIPTION
This script plays a goat sound.
This PowerShell script plays a goat sound.
.EXAMPLE
PS> ./play-goat-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a gorilla sound
.DESCRIPTION
This script plays a gorilla sound.
This PowerShell script plays a gorilla sound.
.EXAMPLE
PS> ./play-gorilla-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,12 +2,12 @@
.SYNOPSIS
Plays the Happy Birthday song
.DESCRIPTION
This script plays the well-known Happy Birthday song.
This PowerShell script plays the well-known Happy Birthday song.
.EXAMPLE
PS> ./play-happy-birthday
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a horse sound
.DESCRIPTION
This script plays a horse sound.
This PowerShell script plays a horse sound.
.EXAMPLE
PS> ./play-horse-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,12 +2,12 @@
.SYNOPSIS
Plays the Imperial March (Star Wars)
.DESCRIPTION
This script plays the Imperial March used in the Star Wars film series.
This PowerShell script plays the Imperial March used in the Star Wars film series.
.EXAMPLE
PS> ./play-imperial-march
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays Jingle Bells
.DESCRIPTION
This script plays Jingle Bells.
This PowerShell script plays the Jingle Bells song.
.EXAMPLE
PS> ./play-jingle-bells
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a lion sound
.DESCRIPTION
This script plays a lion sound.
This PowerShell script plays a lion sound.
.EXAMPLE
PS> ./play-lion-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,13 +2,14 @@
.SYNOPSIS
Plays a playlist (.M3U format)
.DESCRIPTION
This script plays the given playlist (in .M3U file format)
This PowerShell script plays the given playlist (in .M3U file format)
.PARAMETER filename
Specifies the path to the playlist
.EXAMPLE
PS> ./play-m3u C:\MyPlaylist.m3u
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays the Mission Impossible theme
.DESCRIPTION
This script plays the Mission Impossible theme.
This PowerShell script plays the Mission Impossible theme.
.EXAMPLE
PS> ./play-mission-impossible
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,13 +2,14 @@
.SYNOPSIS
Plays a MP3 sound file
.DESCRIPTION
This script plays a sound file in .MP3 file format.
This PowerShell script plays a sound file in .MP3 file format.
.PARAMETER Path
Specifies the path to the .MP3 file
.EXAMPLE
PS> ./play-mp3 C:\thunder.mp3
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a parrot sound
.DESCRIPTION
This script plays a parrot sound.
This PowerShell script plays a parrot sound.
.EXAMPLE
PS> ./play-parrot-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a pig sound
.DESCRIPTION
This script plays a pig sound.
This PowerShell script plays a pig sound.
.EXAMPLE
PS> ./play-pig-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a rattlesnake sound
.DESCRIPTION
This script plays a rattlesnake sound.
This PowerShell script plays a rattlesnake sound.
.EXAMPLE
PS> ./play-rattlesnake-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays the Super Mario intro
.DESCRIPTION
This script plays the Super Mario intro.
This PowerShell script plays the Super Mario intro.
.EXAMPLE
PS> ./play-super-mario
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays the Tetris melody
.DESCRIPTION
This script plays the Tetris melody.
This PowerShell script plays the Tetris melody.
.EXAMPLE
PS> ./play-tetris-melody
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a vulture sound
.DESCRIPTION
This script plays a vulture sound.
This PowerShell script plays a vulture sound.
.EXAMPLE
PS> ./play-vulture-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -2,11 +2,12 @@
.SYNOPSIS
Plays a wolf sound
.DESCRIPTION
This script plays a wolf sound.
This PowerShell script plays a wolf sound.
.EXAMPLE
PS> ./play-wolf-sound
(listen and enjoy)
.NOTES
Author: Markus Fleschutz · License: CC0
Author: Markus Fleschutz / License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>

View File

@ -45,7 +45,7 @@ try {
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ started IPFS server in $Elapsed sec"
"⚠️ NOTE: make sure your router does not block port 4001 (TCP & UDP for IPv4 & IPv6)!"
"⚠️ NOTE: make sure your router does not block TCP/UDP port 4001 for IPv4 & IPv6:wq!"
exit 0 # success
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"