diff options
author | Lua Team <team@lua.org> | 2004-03-24 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2004-03-24 12:00:00 +0000 |
commit | ced7bbbe7a257ce6de94069d5dbf6672aeafd4d9 (patch) | |
tree | 2a01a79e6a4f451dccd247c70310ad957204cefa /etc/doall.lua | |
parent | e7731a8fb8a317aa5c444ef073bfad82fa5baa54 (diff) | |
download | lua-github-5.1-work0.tar.gz |
Lua 5.1-work05.1-work0
Diffstat (limited to 'etc/doall.lua')
-rw-r--r-- | etc/doall.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/doall.lua b/etc/doall.lua deleted file mode 100644 index fb0fad70..00000000 --- a/etc/doall.lua +++ /dev/null @@ -1,6 +0,0 @@ --- emulate the command line behaviour of Lua 4.0 --- usage: lua doall.lua f1.lua f2.lua f3.lua ... - -for i=1,table.getn(arg) do - dofile(arg[i]) -end |