Add missing first line

This commit is contained in:
Markus Fleschutz 2021-04-12 12:25:48 +02:00
parent 093bcf7c26
commit 231e9431da
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/pwsh
<#
.SYNTAX list-cheat-sheet.ps1
.DESCRIPTION lists the PowerShell cheat sheet

View File

@ -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(