#!/usr/bin/bash if [ "$#" -eq 0 ]; then pwsh else pwsh -C "$@" fi