From bdaa92377180763dcfad0ed2627e59842425ee93 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 13 Jun 2018 17:16:36 -0300 Subject: Cleanups: Remove old lfw/ directory, rclauncher.c --- lfw/luarocks-admin.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lfw/luarocks-admin.lua (limited to 'lfw/luarocks-admin.lua') 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 @@ -#!/usr/local/bin/lua - -local command_line = require("luarocks.command_line") - -program_name = "luarocks-admin" -program_description = "LuaRocks repository administration interface" - -commands = { -} - -commands.help = require("luarocks.help") -commands.make_manifest = require("luarocks.make_manifest") -commands.add = require("luarocks.add") -commands.refresh_cache = require("luarocks.refresh_cache") - -command_line.run_command(...) -- cgit v1.2.3-55-g6feb