1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-13 17:18:37 +02:00
nerd-fonts/bin/scripts/lib/i_all.sh

9 lines
222 B
Bash
Raw Normal View History

2018-01-11 04:14:57 +02:00
#!/bin/bash
# Script Version 1.1.0
2018-01-11 04:14:57 +02:00
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti,material}.sh; do
2018-01-13 05:20:52 +02:00
# shellcheck source=/dev/null
test -f "$i" -a -r "$i" && source "$i"
done
unset i