dotfiles/.config/yadm/bootstrap
Felipe Martin 7e204a3d9f Initial
2023-06-26 20:01:15 +02:00

5 lines
No EOL
76 B
Bash
Executable file

#!/bin/sh
for f in `ls $HOME/.dotfiles/bootstrap/*.sh`; do
bash $f
done