diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-13 17:16:36 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-28 17:28:40 -0300 |
| commit | bdaa92377180763dcfad0ed2627e59842425ee93 (patch) | |
| tree | 3b6ecd1d877b492cfde7db71520f824967bd69cf /lfw/luarocks.lua | |
| parent | 7a0622ce1cc2c518d1046ffed430fe16b92c18e1 (diff) | |
| download | luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.gz luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.bz2 luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.zip | |
Cleanups: Remove old lfw/ directory, rclauncher.c
Diffstat (limited to 'lfw/luarocks.lua')
| -rw-r--r-- | lfw/luarocks.lua | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lfw/luarocks.lua b/lfw/luarocks.lua deleted file mode 100644 index 1c781254..00000000 --- a/lfw/luarocks.lua +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | #!/usr/local/bin/lua | ||
| 2 | |||
| 3 | local command_line = require("luarocks.command_line") | ||
| 4 | |||
| 5 | program_name = "luarocks" | ||
| 6 | program_description = "LuaRocks main command-line interface" | ||
| 7 | |||
| 8 | commands = {} | ||
| 9 | commands.help = require("luarocks.help") | ||
| 10 | commands.pack = require("luarocks.pack") | ||
| 11 | commands.unpack = require("luarocks.unpack") | ||
| 12 | commands.build = require("luarocks.build") | ||
| 13 | commands.install = require("luarocks.install") | ||
| 14 | commands.search = require("luarocks.search") | ||
| 15 | commands.list = require("luarocks.list") | ||
| 16 | commands.remove = require("luarocks.remove") | ||
| 17 | commands.make = require("luarocks.make") | ||
| 18 | commands.download = require("luarocks.download") | ||
| 19 | |||
| 20 | command_line.run_command(...) | ||
