mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01: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
|
||||
.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.
|
||||
# After you pass in a root folder and a search term, the script will list all files and folders matching that phrase.
|
||||
param(
|
||||
|
Loading…
Reference in New Issue
Block a user