4 lines
60 B
Bash
Raw Normal View History

2014-04-08 11:00:25 -07:00
for filename in ~/.lib/bash/*; do
source $filename
done