Install a moduli(5) manual page.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / scripts / test / menu / 020_second.lua
1 -- $Id: 020_second.lua,v 1.4 2004/11/26 04:40:14 cpressey Exp $
2
3 return {
4     name = "Second Thing",
5     short_desc = "This is the second thing",
6     effect = function()
7         print("This is the 2nd thing.")
8         return Menu.CONTINUE
9     end
10 }