aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-02 23:31:32 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-07-02 23:31:32 +0000
commit6058d1838e2b7a926a454d57e30a8ce52494b188 (patch)
tree7d330df8e91cbfd55375cd171fb918694eb51402 /samples
parentae898616d13bde7a8652c36dd7a775be2c53ac5c (diff)
downloadluasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.gz
luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.bz2
luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.zip
Releasing the beta-beta.
Diffstat (limited to 'samples')
-rw-r--r--samples/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/samples/README b/samples/README
index 6e7ee77..3ce4067 100644
--- a/samples/README
+++ b/samples/README
@@ -19,11 +19,12 @@ printed by listen.lua.
19These are tiny programs that perform Base64, Quoted-Printable and 19These are tiny programs that perform Base64, Quoted-Printable and
20end-of-line marker conversions. 20end-of-line marker conversions.
21 21
22 lp.lua -- lp client 22 lpr.lua -- lpr client
23 23
24This is a cool program written by David Burgess to print files using the 24This is a cool program written by David Burgess to print files using the
25Line Printer Daemon protocol, widely used in Unix machines. 25Line Printer Daemon protocol, widely used in Unix machines. It uses the
26Just run 'lua lp.lua <filename> queue=<printername>' and the file will print! 26lp.lua implementation, in the etc directory. Just run
27'lua lpr.lua <filename> queue=<printername>' and the file will print!
27 28
28 cddb.lua -- CDDB client 29 cddb.lua -- CDDB client
29 30