#!/bin/sh
# http://kokeshnet.com   Kokesh 2008
sudo mkdir -p /usr/share/fonts/truetype/custom
sudo mv -i *.ttf /usr/share/fonts/truetype/custom
sudo fc-cache -f -v

