4 lines
128 B
Bash
4 lines
128 B
Bash
|
git fetch --all
|
||
|
git checkout upstream/master lua/highlite.lua
|
||
|
mv lua/highlite.lua $(find lua -type f -not -name 'highlite.lua')
|