mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Renamed some files
This commit is contained in:
@ -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
|
@ -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
|
@ -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
|
Reference in New Issue
Block a user