6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git submodule update --init --recursive
|
|
pip2 install --user pyflakes --upgrade
|
|
pip3 install --user pynvim --upgrade
|