redish/redi.sh
2020-05-02 14:34:34 -05:00

6 lines
85 B
Bash

shopt -s nullglob
for file in "${REDISH_LIB_PATH:-.}"/lib/*.sh; do
. "$file"
done