new file: dev/ui2py.sh

This commit is contained in:
konung-yaropolk 2022-11-08 22:51:29 -06:00
parent 2b49d1f1b3
commit 87f6809008

5
dev/ui2py.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
pyuic5 abfplot_gui.ui -o abfplot_gui.py
pause