Add missing shebang

This commit is contained in:
Iron_E 2020-10-25 13:33:51 -04:00
parent d2fc43ec1e
commit 773adbbe06
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/sh
mv "lua/$1.lua" "lua/$2.lua"
sed "s/$1/$2/g" "colors/$1.vim" > "colors/$2.vim"