8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /nwq/linstore/data/manup/nwq/vimrc/source/vimrc-current/etc/vim/ \
|
|
&& git pull \
|
|
&& cd ../../../../ \
|
|
&& ./package
|
|
|