Skip to content

Commit

Permalink
Update makettc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Feb 15, 2024
1 parent 949cc9d commit e016c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makettc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env fontforge -script
#!/usr/bin/env fontforge
from sys import argv
font = fontforge.open(argv[2])
fonts = [fontforge.open(filename) for filename in argv[3:len(argv)]]
Expand Down

0 comments on commit e016c96

Please sign in to comment.