diff options
-rw-r--r-- | etc/get.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/get.lua b/etc/get.lua index 13f983b..ecfecd1 100644 --- a/etc/get.lua +++ b/etc/get.lua | |||
@@ -1,10 +1,3 @@ | |||
1 | -- this examples needs it all | ||
2 | assert(dofile("../lua/code.lua")) | ||
3 | assert(dofile("../lua/ftp.lua")) | ||
4 | assert(dofile("../lua/concat.lua")) | ||
5 | assert(dofile("../lua/url.lua")) | ||
6 | assert(dofile("../lua/http.lua")) | ||
7 | |||
8 | -- formats a number of seconds into human readable form | 1 | -- formats a number of seconds into human readable form |
9 | function nicetime(s) | 2 | function nicetime(s) |
10 | local l = "s" | 3 | local l = "s" |