diff options
Diffstat (limited to 'test/echo.lua')
-rw-r--r-- | test/echo.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/echo.lua b/test/echo.lua deleted file mode 100644 index 4313439a..00000000 --- a/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 |