diff options
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 | ||