index
:
voidrice
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
shorts
/
font2svg
blob: 539972d41716b559cad888ded41ea8da7ff80696 (
plain
)
1
2
3
#!/bin/sh
fontforge
-c
"import fontforge; fontforge.open('
$1
').generate('
${
1
%.*
}
.svg')"