mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 15:22:24 +01:00
8 lines
69 B
Bash
8 lines
69 B
Bash
#!/bin/sh
|
|
|
|
for i in "$@"; do
|
|
mkfontdir "$i"
|
|
mkfontscale "$i"
|
|
done
|
|
|