aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/samples/README b/samples/README
index b5802e5..6e7ee77 100644
--- a/samples/README
+++ b/samples/README
@@ -19,6 +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
23
24This is a cool program written by David Burgess to print files using the
25Line Printer Daemon protocol, widely used in Unix machines.
26Just run 'lua lp.lua <filename> queue=<printername>' and the file will print!
27
22 cddb.lua -- CDDB client 28 cddb.lua -- CDDB client
23 29
24This is the first try on a simple CDDB client. Not really useful, but one 30This is the first try on a simple CDDB client. Not really useful, but one
@@ -26,7 +32,6 @@ day it might become a module.
26 32
27 daytimeclnt.lua -- day time client 33 daytimeclnt.lua -- day time client
28 34
29
30Just run the program to retrieve the hour and date in readable form from 35Just run the program to retrieve the hour and date in readable form from
31any server running an UDP daytime daemon. 36any server running an UDP daytime daemon.
32 37