#!/bin/bash # Wrapper script to call tustu_tools.py from anywhere in the project SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" python3 "$SCRIPT_DIR/scripts/tustu_tools.py" "$@"