Just a chmod a+x two Python scripts

This commit is contained in:
Behdad Esfahbod 2025-03-07 18:18:51 -07:00
parent 4e5358a288
commit 73f1c2ba43
2 changed files with 4 additions and 0 deletions

2
src/addTable.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys
from fontTools.ttLib import TTFont
from fontTools.ttLib.tables.DefaultTable import DefaultTable

2
src/justify.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import gi
gi.require_version("Gtk", "3.0")