paper-tonic/update.sh

6 lines
143 B
Bash
Raw Normal View History

2021-08-05 21:37:37 +00:00
#!/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')