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