#
# The format of this file is as follows:
#	username: program [args...]
#
# You must specify the full pathname for the program.
# If you want to pass the remote username as an argument specify %U.
# If you want to pass the remote hostname specify %H.
# If you want to pass the literal %U or %H use %%U or %%H. 
weather: /usr/local/bin/weather BOS
fortune: /usr/games/fortune
hello:	/bin/echo Hello %U @ %H.


