#!/bin/bash # 莞工教务选课系统 GUI 启动脚本 DIR="$(cd "$(dirname "$0")" && pwd)" exec "$DIR/venv/bin/python3" "$DIR/dgut_gui.py" "$@"