mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-05 00:32:17 +01:00
7 lines
53 B
Bash
7 lines
53 B
Bash
#!/bin/sh
|
|
|
|
for i in "$@"; do
|
|
mkfontscale "$i"
|
|
done
|
|
|