3 lines
101 B
PowerShell
3 lines
101 B
PowerShell
|
$dir = Split-Path $script:MyInvocation.MyCommand.Path
|
||
|
. $dir/env.ps1
|
||
|
Invoke-Expression "restic init"
|