#
# Example programs
#

#
# To register a program, use the following command:
#   register_program "<program-alias>" "<program-path>" "<program-parameters>"
#

register_program "ls" "ls" "-la"

# End of file
