#!/bin/sh
cd "$(dirname "$(realpath "$0")")/../lib/yuki-iptv/" || exit 1
exec python3 ./yuki-iptv.py "$@"
exit "$?"
