mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-26 11:48:58 +02:00
Change encoding to UTF-8-BOM
This commit is contained in:
parent
e98cae2a85
commit
e99cf0d32b
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/pwsh
|
#!/usr/bin/pwsh
|
||||||
<#
|
<#
|
||||||
.SYNTAX play-m3u.ps1 [<playlist-file>]
|
.SYNTAX play-m3u.ps1 [<playlist-file>]
|
||||||
.DESCRIPTION plays the given playlist (in .M3U file format)
|
.DESCRIPTION plays the given playlist (in .M3U file format)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/pwsh
|
#!/usr/bin/pwsh
|
||||||
<#
|
<#
|
||||||
.SYNTAX play-mp3.ps1 [<MP3-file>]
|
.SYNTAX play-mp3.ps1 [<MP3-file>]
|
||||||
.DESCRIPTION plays the given sound file (MP3 file format)
|
.DESCRIPTION plays the given sound file (MP3 file format)
|
||||||
|
Loading…
Reference in New Issue
Block a user