5 lines
105 B
PowerShell
5 lines
105 B
PowerShell
|
#!/bin/pwsh
|
||
|
. "$PSScriptRoot/Manage.ps1";
|
||
|
$env:INSTALLER_SCRIPT = "$PSCommandPath";
|
||
|
Start-WindowsBackup;
|