I've installed lua 5.4 on a google cloud vm, linux/debian os
but I have a file modoverrides.lua but running
$ file modoverrides.lua
on terminal it shows file type as ASCII text.
how can i make the system read it as a lua file? without adding #!/usr/bin/lua (the parent script breaks when i do that)