View Single Post
Old 06-13-2023, 04:01 PM   #1024
Aleron Ives
Wizard
Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.Aleron Ives ought to be getting tired of karma fortunes by now.
 
Posts: 1,702
Karma: 16308824
Join Date: Sep 2022
Device: Kobo Libra 2
One way to do it would be to use a shell script. Change your NickelMenu entry to:

Code:
menu_item :main :Whose is this? :cmd_output :500 :/mnt/onboard/.adds/owner.sh
The contents of owner.sh would be:

Code:
echo FirstName LastName
echo Mobile: 800-555-1234
echo E-mail: me@address.com
Aleron Ives is offline   Reply With Quote