Changing from i3 to dwm - tidied ip bin folder
This commit is contained in:
parent
6aaf779227
commit
a0ef393f2b
47 changed files with 254 additions and 245 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
import fontforge as ff
|
||||
import sys
|
||||
|
||||
args = sys.argv[1:]
|
||||
|
||||
if args[0] == '--help':
|
||||
print("fontFamily <font>")
|
||||
else:
|
||||
font = args[0]
|
||||
f = ff.open( args[0] )
|
||||
print( f.familyname )
|
Loading…
Add table
Add a link
Reference in a new issue