#!/bin/ash tce-load -wli Xorg-7.7-bin.tcz wget -c http://distfiles.gentoo.org/distfiles/c1/font-jis-misc-1.0.4.tar.xz tar -xJf font-jis-misc-1.0.4.tar.xz cd font-jis-misc-1.0.4 for stem in jiskan16 jiskan24 do bdftopcf ${stem}.bdf | gzip > ${stem}.pcf.gz done