Renamed some files

This commit is contained in:
Markus Fleschutz
2020-10-10 16:35:22 +00:00
parent de9632260b
commit e12f1961b4
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/snap/bin/powershell
#
# Syntax: ./lscmdlets.ps1
# Syntax: ./list-cmdlets.ps1
# Description: lists all PowerShell cmdlets
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell

View File

@ -1,6 +1,6 @@
#!/snap/bin/powershell
#
# Syntax: ./lsmods.ps1
# Syntax: ./list-modules.ps1
# Description: lists all PowerShell modules
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell

View File

@ -1,6 +1,6 @@
#!/snap/bin/powershell
#
# Syntax: ./lsproc.ps1
# Syntax: ./list-processes.ps1
# Description: lists the local computer processes
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell