5 lines
No EOL
76 B
Bash
Executable file
5 lines
No EOL
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
for f in `ls $HOME/.dotfiles/bootstrap/*.sh`; do
|
|
bash $f
|
|
done |