#!/bin/sh

FOLDER=/usr/share/UDSActor

cd $FOLDER
exec python3 -s actor_client.py -platform xcb $@
