#!/bin/sh

# Working variables
XRT_PROG="`dirname \"$0\"`/../python/xbtop.py"

exec "python3" "$XRT_PROG" "$@"
