summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/lua/test/echo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/lua/test/echo.lua')
-rw-r--r--crawl-ref/source/util/lua/test/echo.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/util/lua/test/echo.lua b/crawl-ref/source/util/lua/test/echo.lua
deleted file mode 100644
index 4313439a85..0000000000
--- a/crawl-ref/source/util/lua/test/echo.lua
+++ /dev/null
@@ -1,5 +0,0 @@
--- echo command line arguments
-
-for i=0,table.getn(arg) do
- print(i,arg[i])
-end