1 2 3 4 5 6 7 8 9
#!/bin/bash -l for i in ~/.profile ~/.bashrc do if test -f "$i" then . "$i" fi done