diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-23 16:01:50 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-29 13:33:00 +0200 |
commit | 7187be8b76452aa968726180af24deaaa545431d (patch) | |
tree | 201997c2b60c3f882fd845ff04828da8428aceba /gem/t4.lua | |
parent | 0fc0122df8050db8cbb75f75927ab3ace0fc60bd (diff) | |
download | luasocket-7187be8b76452aa968726180af24deaaa545431d.tar.gz luasocket-7187be8b76452aa968726180af24deaaa545431d.tar.bz2 luasocket-7187be8b76452aa968726180af24deaaa545431d.zip |
cleanup; delete the ./gem folder
Diffstat (limited to 'gem/t4.lua')
-rw-r--r-- | gem/t4.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gem/t4.lua b/gem/t4.lua deleted file mode 100644 index 8b8071c..0000000 --- a/gem/t4.lua +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | source = {} | ||
2 | sink = {} | ||
3 | pump = {} | ||
4 | filter = {} | ||
5 | |||
6 | -- source.file | ||
7 | dofile("ex5.lua") | ||
8 | |||
9 | -- run test | ||
10 | dofile("ex9.lua") | ||