Add she-bang to all files
This commit is contained in:
parent
c02dc0816a
commit
487c83afb2
29 changed files with 29 additions and 0 deletions
scripts/Windows/Scripts
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
class Context {
|
||||
[string]$EntryPoint;
|
||||
[string]$RootDir;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/Context.ps1";
|
||||
|
||||
function Get-BackupCandidates() {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
||||
{
|
||||
if (-not (Get-Module -ListAvailable $module))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue