feat(update): create script

This script updates central library for users, so that they can have the
latest bugfixes.

CLOSES #13
This commit is contained in:
Iron-E 2021-08-02 19:02:33 -04:00
parent b89b9be1e4
commit 131c114188
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 3 additions and 0 deletions

3
update.sh Executable file
View File

@ -0,0 +1,3 @@
git fetch --all
git checkout upstream/master lua/highlite.lua
mv lua/highlite.lua $(find lua -type f -not -name 'highlite.lua')