LDP/LDP/guide/docbook/abs-guide/ex70.sh

16 lines
451 B
Bash
Raw Normal View History

2001-07-10 14:25:50 +00:00
#!/bin/bash
wall <<zzz23EndOfMessagezzz23
2001-09-04 13:27:31 +00:00
E-mail your noontime orders for pizza to the system administrator.
(Add an extra dollar for anchovy or mushroom topping.)
# Additional message text goes here.
2004-04-28 12:08:07 +00:00
# Note: 'wall' prints comment lines.
2001-07-10 14:25:50 +00:00
zzz23EndOfMessagezzz23
# Could have been done more efficiently by
2001-09-04 13:27:31 +00:00
# wall <message-file
2005-05-08 20:09:31 +00:00
# However, embedding the message template in a script
#+ is a quick-and-dirty one-off solution.
2001-07-10 14:25:50 +00:00
2008-11-23 22:43:47 +00:00
exit