diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 23:31:32 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-02 23:31:32 +0000 |
commit | 6058d1838e2b7a926a454d57e30a8ce52494b188 (patch) | |
tree | 7d330df8e91cbfd55375cd171fb918694eb51402 /samples | |
parent | ae898616d13bde7a8652c36dd7a775be2c53ac5c (diff) | |
download | luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.gz luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.tar.bz2 luasocket-6058d1838e2b7a926a454d57e30a8ce52494b188.zip |
Releasing the beta-beta.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/README | 7 |
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. | |||
19 | These are tiny programs that perform Base64, Quoted-Printable and | 19 | These are tiny programs that perform Base64, Quoted-Printable and |
20 | end-of-line marker conversions. | 20 | end-of-line marker conversions. |
21 | 21 | ||
22 | lp.lua -- lp client | 22 | lpr.lua -- lpr client |
23 | 23 | ||
24 | This is a cool program written by David Burgess to print files using the | 24 | This is a cool program written by David Burgess to print files using the |
25 | Line Printer Daemon protocol, widely used in Unix machines. | 25 | Line Printer Daemon protocol, widely used in Unix machines. It uses the |
26 | Just run 'lua lp.lua <filename> queue=<printername>' and the file will print! | 26 | lp.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 | ||