DragonProbe/host/dpctl.sh

4 lines
92 B
Bash
Raw Permalink Normal View History

#!/bin/sh
cd "$(dirname "$(realpath "$0")")"
exec python3 -m "$(basename -s .sh "$0")" "$@"