Changed filename to be more inline with a callable application

This commit is contained in:
sloumdrone 2019-01-04 22:27:29 -08:00
parent 540091c109
commit 1a3dd6f969
1 changed files with 1 additions and 0 deletions

1
main.lua → stubb Normal file → Executable file
View File

@ -1,4 +1,5 @@
#!/usr/bin/env lua
local version = 'v0.6.0'
local socket = require("socket")
local urlparser = require("socket.url")