aboutsummaryrefslogtreecommitdiff
path: root/etc/get.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/get.lua')
-rw-r--r--etc/get.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/get.lua b/etc/get.lua
index 0d631c2..4c344e2 100644
--- a/etc/get.lua
+++ b/etc/get.lua
@@ -2,7 +2,7 @@
2-- Little program to download files from URLs 2-- Little program to download files from URLs
3-- LuaSocket sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id: get.lua,v 1.25 2007/03/12 04:08:40 diego Exp $
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
7local socket = require("socket") 7local socket = require("socket")
8local http = require("socket.http") 8local http = require("socket.http")