···11+--[[
22+ __________ __ ___.
33+ Open \______ \ ____ ____ | | _\_ |__ _______ ___
44+ Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
55+ Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
66+ Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
77+ \/ \/ \/ \/ \/
88+ $Id$
99+ Example Lua Return to WPS on exit
1010+ Copyright (C) 2021 William Wilgus
1111+ This program is free software; you can redistribute it and/or
1212+ modify it under the terms of the GNU General Public License
1313+ as published by the Free Software Foundation; either version 2
1414+ of the License, or (at your option) any later version.
1515+ This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1616+ KIND, either express or implied.
1717+]]--
1818+1919+os.exit(rb.PLUGIN_GOTO_WPS)