#!/bin/bash
#
# QtSixA - The Sixaxis Joystick Manager
# PyQt "wrapper"/launcher

QTSIXA_MAINGUI="/usr/share/qtsixa/gui/qtsixa.pyw"

$QTSIXA_MAINGUI

