summaryrefslogtreecommitdiff
path: root/ThirdParty/luasocket/gem/ex9.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ThirdParty/luasocket/gem/ex9.lua')
-rw-r--r--ThirdParty/luasocket/gem/ex9.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/ThirdParty/luasocket/gem/ex9.lua b/ThirdParty/luasocket/gem/ex9.lua
new file mode 100644
index 0000000..b857698
--- /dev/null
+++ b/ThirdParty/luasocket/gem/ex9.lua
@@ -0,0 +1,3 @@
+for chunk in source.file(io.stdin) do
+ io.write(chunk)
+end