1
0
Fork 0
mirror of https://github.com/prurigro/darkcloud-vimconfig.git synced 2025-01-06 22:15:53 -05:00
darkcloud-vimconfig/add-submodule
2017-11-08 14:32:26 -05:00

6 lines
125 B
Bash
Executable file

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