nerd-fonts/bin/scripts/lib/i_all.sh
2018-03-03 14:14:55 -05:00

9 lines
258 B
Bash

#!/bin/bash
# Nerd Fonts Version: 2.0.0
# Script Version 1.1.0
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti,material,weather}.sh; do
# shellcheck source=/dev/null
test -f "$i" -a -r "$i" && source "$i"
done
unset i