Installer import into contrib (real import this time)
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / scripts / test / menu / 010_first.lua
blob7e4d968c137ebd47df5ed9f813315be9ec866b2f
1 -- $Id: 010_first.lua,v 1.4 2004/11/26 04:40:14 cpressey Exp $
3 return {
4 name = "First Thing",
5 short_desc = "This is the first thing",
6 effect = function()
7 print("This is the 1st thing.")
8 return Menu.CONTINUE
9 end