ref(update): add shebang
This commit is contained in:
parent
6b309ea286
commit
c57f75ec4f
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/sh
|
||||||
|
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout upstream/master lua/highlite.lua
|
git checkout upstream/master lua/highlite.lua
|
||||||
mv lua/highlite.lua $(find lua -type f -not -name 'highlite.lua')
|
mv lua/highlite.lua $(find lua -type f -not -name 'highlite.lua')
|
||||||
|
|
Loading…
Reference in New Issue