Change HI to use normal lua instead of luajit

This commit is contained in:
Talia 2021-08-16 10:22:24 +02:00
parent 0c880f3c6b
commit 265e3a4ba6
1 changed files with 1 additions and 1 deletions

2
bin/hi
View File

@ -1,4 +1,4 @@
#!/usr/bin/env luajit
#!/usr/bin/env lua
-- vim: set noexpandtab tabstop=3 :miv --
local ansicolors = require 'ansicolors'