mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 09:58:19 +02:00
Add missing first line
This commit is contained in:
parent
093bcf7c26
commit
231e9431da
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/pwsh
|
||||||
<#
|
<#
|
||||||
.SYNTAX list-cheat-sheet.ps1
|
.SYNTAX list-cheat-sheet.ps1
|
||||||
.DESCRIPTION lists the PowerShell cheat sheet
|
.DESCRIPTION lists the PowerShell cheat sheet
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/pwsh
|
||||||
# This script serves as a quick Powershell replacement to the search functionality in Windows.
|
# This script serves as a quick Powershell replacement to the search functionality in Windows.
|
||||||
# After you pass in a root folder and a search term, the script will list all files and folders matching that phrase.
|
# After you pass in a root folder and a search term, the script will list all files and folders matching that phrase.
|
||||||
param(
|
param(
|
||||||
|
Loading…
Reference in New Issue
Block a user