aboutsummaryrefslogtreecommitdiff
path: root/lfw/luarocks-admin.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-13 17:16:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-28 17:28:40 -0300
commitbdaa92377180763dcfad0ed2627e59842425ee93 (patch)
tree3b6ecd1d877b492cfde7db71520f824967bd69cf /lfw/luarocks-admin.lua
parent7a0622ce1cc2c518d1046ffed430fe16b92c18e1 (diff)
downloadluarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.gz
luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.bz2
luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.zip
Cleanups: Remove old lfw/ directory, rclauncher.c
Diffstat (limited to 'lfw/luarocks-admin.lua')
-rw-r--r--lfw/luarocks-admin.lua16
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
3local command_line = require("luarocks.command_line")
4
5program_name = "luarocks-admin"
6program_description = "LuaRocks repository administration interface"
7
8commands = {
9}
10
11commands.help = require("luarocks.help")
12commands.make_manifest = require("luarocks.make_manifest")
13commands.add = require("luarocks.add")
14commands.refresh_cache = require("luarocks.refresh_cache")
15
16command_line.run_command(...)