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

@ -585,6 +585,7 @@ cd ..
cp $root/util/configure ./
cp $root/README.markdown ./
cp $root/util/install bundle/
cp $root/util/resty bundle/
find bundle -name '*~' -delete
cd $root