5 lines
131 B
PowerShell
5 lines
131 B
PowerShell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
|
|
|
$file = $args[0]
|
|
|
|
./tools/converter/encode.ps1 $file -flipper |