winure/scripts/dos.sh

9 lines
70 B
Bash
Raw Permalink Normal View History

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