nerd-fonts/bin/scripts/lib/i_all.sh

10 lines
266 B
Bash
Raw Normal View History

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