This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
f68f361532
dotfiles
/
vim
/
bundle
/
update.sh
8 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
for
i in
`
find . -type d -depth 1
`
;
do
cd
$i
git pull origin master
&
cd
..
done
View Git Blame
Copy Permalink