#!/bin/sh

PSDIR="/opt/microsoft/powershell/75"

export LD_LIBRARY_PATH="$PSDIR/preload:$LD_LIBRARY_PATH"
$PSDIR/pwsh "$@"
exit $?
