#!/bin/sh pyside6-uic mainwindow.ui -o ui_main_window.py pyside6-uic readdisk.ui -o ui_read_disk.py mv *.py ..