#!/bin/sh
if which python2 >/dev/null; then
    cd /usr/share/pymaxe/
    python2 launcher.py
else
    cd /usr/share/pymaxe/
    python launcher.py
fi