Adding some moRe scripts and android variables

This commit is contained in:
2021-09-07 20:22:09 +01:00
parent 2018d94552
commit 758934e0d5
3 changed files with 42 additions and 1 deletions

11
.local/bin/installfont Executable file
View File

@@ -0,0 +1,11 @@
# !/bin/bash
dir=$(mktemp -d)
unzip "$1" -d "$dir"
mv "$dir/"*.ttf ~/.local/share/fonts/
mv "$dir/"*.otf ~/.local/share/fonts/
mv "$dir/"*.TTF ~/.local/share/fonts/
mv "$dir/"*.OTF ~/.local/share/fonts/