1
0
Fork 0
mirror of https://github.com/prurigro/darkcloud-vimconfig.git synced 2025-03-10 20:39:59 -04:00
darkcloud-vimconfig/add-submodule

8 lines
143 B
Text
Raw Normal View History

#!/usr/bin/env bash
[[ -z $1 ]] && exit 1
[[ -z $2 ]] && exit 1
git submodule add $1 vim/bundle/${2}
git submodule update --init --recursive