DragonProbe/host/dmctl.sh

4 lines
72 B
Bash
Raw Normal View History

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