#!/bin/sh
DIR="$(dirname "$0")"
python3 "$DIR/gettool.py" "$@"
