PowerShell/scripts/runps-file.sh

6 lines
105 B
Bash
Executable file

#!/bin/bash
SCRIPTDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
"$SCRIPTDIR/runps.sh" --file "$@"