DragonProbe/host/dmctl.sh

4 lines
72 B
Bash
Executable File

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