diff options
Diffstat (limited to 'lfw/luarocks-admin.lua')
-rw-r--r-- | lfw/luarocks-admin.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lfw/luarocks-admin.lua b/lfw/luarocks-admin.lua deleted file mode 100644 index 4f7a9a2f..00000000 --- a/lfw/luarocks-admin.lua +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | #!/usr/local/bin/lua | ||
2 | |||
3 | local command_line = require("luarocks.command_line") | ||
4 | |||
5 | program_name = "luarocks-admin" | ||
6 | program_description = "LuaRocks repository administration interface" | ||
7 | |||
8 | commands = { | ||
9 | } | ||
10 | |||
11 | commands.help = require("luarocks.help") | ||
12 | commands.make_manifest = require("luarocks.make_manifest") | ||
13 | commands.add = require("luarocks.add") | ||
14 | commands.refresh_cache = require("luarocks.refresh_cache") | ||
15 | |||
16 | command_line.run_command(...) | ||