mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Lists the TIOBE index of top programming languages
|
||||
.DESCRIPTION
|
||||
This script lists the TIOBE index of top programming languages.
|
||||
This PowerShell script lists the TIOBE index of top programming languages.
|
||||
.EXAMPLE
|
||||
PS> ./list-tiobe-index
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
function WriteBar { param([string]$Text, [float]$Value, [float]$Max, [float]$Change)
|
||||
|
Reference in New Issue
Block a user