6 lines
62 B
Bash
6 lines
62 B
Bash
#!/bin/sh
|
|
|
|
. ../tui.sh
|
|
|
|
tui_select First Second 'Another one'
|