scriptamanent/bin/update-vim-plugins

5 lines
133 B
Bash
Executable File

#!/bin/sh
BINDIR=`dirname \`realpath "${0}"\``
REPODIR=`realpath ${BINDIR}/..`
git -C "${REPODIR}" submodule update --remote --merge