#!/bin/bash
for f in $(ls /usr/local/bin/funcs/); 
    do source $f; 
done


syntax highlighted by Code2HTML, v. 0.9.1