mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-03 05:53:12 +00:00
6 lines
104 B
PowerShell
6 lines
104 B
PowerShell
param(
|
|
[string]$BinaryName = "example.exe"
|
|
)
|
|
|
|
$env:PATH = "$PWD\libs;" + $env:PATH
|
|
& ".\$BinaryName" |