summaryrefslogtreecommitdiffstats
path: root/vim/update-plugins.sh
blob: f4d2767b612ef16170754c1acb64a760866812db (plain)
1
2
3
4
5
6
#!/bin/bash

# updates all known submodules

cd `dirname $0`/..
git submodule foreach git pull