1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-19 03:12:07 +02:00
2017-03-31 06:50:56 +03:00

5 lines
146 B
Bash

for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti}.sh; do
test -f "$i" -a -r "$i" && source "$i"
done
unset i