#!/bin/sh
# C:\Users\luctr\scoop\apps\scoop\current\bin\scoop.ps1
if command -v pwsh.exe > /dev/null 2>&1; then
    pwsh.exe -noprofile -ex unrestricted -file "C:\Users\luctr\scoop\apps\scoop\current\bin\scoop.ps1"  "$@"
else
    powershell.exe -noprofile -ex unrestricted -file "C:\Users\luctr\scoop\apps\scoop\current\bin\scoop.ps1"  "$@"
fi