Skip to content

Instantly share code, notes, and snippets.

@barmic
Created February 16, 2016 10:44
Show Gist options
  • Select an option

  • Save barmic/8328cfb71f0f69c7c91c to your computer and use it in GitHub Desktop.

Select an option

Save barmic/8328cfb71f0f69c7c91c to your computer and use it in GitHub Desktop.
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