Created
February 16, 2016 10:44
-
-
Save barmic/8328cfb71f0f69c7c91c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for ind in $(seq ${users_nb}) | |
| do | |
| users_list=("${users_list[@]}" "${users[${ind}]}" "${users_comment[${ind}]}") | |
| done | |
| backtitle='backtitle' | |
| title='title' | |
| help_text='help text' | |
| dialog --clear --help-button --nocancel --colors --backtitle "${backtitle}" --title "${title}" --menu "${help_text}" 18 110 10 "${users_list[@]}" 2>"${INPUT}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment