Skip to content

Commit

Permalink
Merge pull request #6 from KylieGong/b1
Browse files Browse the repository at this point in the history
B1
  • Loading branch information
teuben authored Aug 24, 2023
2 parents 2bd565d + d5ff753 commit c76a4dd
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 130 deletions.
14 changes: 12 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,22 @@ test3:
test4:
python pysimplegui.py


## test5: native pyqt, tkrun style
test5:
python pyqt.py testfile
python pyqt.py testfile.sh

#bash format with more variables
test6:
python pyqt.py testfile2
python pyqt.py testfile2.sh

#python format
test7:
python pyqt.py testfile3.py

#csh format
test8:
python pyqt.py testfile4.csh

## test7: qooey, athena style
test7:
Expand Down
Loading

0 comments on commit c76a4dd

Please sign in to comment.