#!/bin/sh

DIR=$(pwd)
if [ ! -f ${DIR}/pysatellites.py ]; then
    DIR=/usr/share/pysatellites
fi
exec python3 ${DIR}/pysatellites.py
