ref(update): add shebang

This commit is contained in:
Iron-E 2021-08-05 17:37:37 -04:00
parent 6b309ea286
commit c57f75ec4f
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/sh
git fetch --all
git checkout upstream/master lua/highlite.lua
mv lua/highlite.lua $(find lua -type f -not -name 'highlite.lua')