aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
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