feature: added new command-line utility, "resty", to run Lua code or Lua files (for OpenResty) directly from the command-line. it is installed into the "<prefix>/bin" directory. prodded by Vitaly Kosenko.

This commit is contained in:
Yichun Zhang (agentzh)
2014-08-20 14:58:58 -07:00
parent aa33a9e752
commit 399bdecaef
4 changed files with 212 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.7.4
minor_ver=1rc1
minor_ver=1rc1.1
version=$main_ver.$minor_ver
echo $version