mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Repaired UTF-8 BOM encoding
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Writes text in uppercase letters
|
||||
.DESCRIPTION
|
||||
This PowerShell script writes the given text in uppercase letters.
|
||||
.PARAMETER text
|
||||
Specifies the text to write
|
||||
Specifies the text to write (ask user by default)
|
||||
.EXAMPLE
|
||||
PS> ./write-uppercase "Hello World"
|
||||
PS> ./write-uppercase.ps1 "Hello World"
|
||||
HELLO WORLD
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
Reference in New Issue
Block a user