aports/main/mkfontdir/mkfontdir.trigger
2010-01-25 16:43:57 +00:00

7 lines
51 B
Bash

#!/bin/sh
for i in "$@"; do
mkfontdir "$i"
done