mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2026-02-11 12:43:57 +00:00
7 lines
69 B
Plaintext
Executable File
7 lines
69 B
Plaintext
Executable File
cd ~/.vim/bundle
|
|
for i in `ls`; do
|
|
cd "$i"
|
|
git pull
|
|
cd ..
|
|
done
|