document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ opts=("Redémarrer fitnesse" "" off)
  2. $ [[ $available -eq 1 ]] && opts+=("Redémarrer tomcat" "" off)
  3. $ retour=$(whiptail --title "Fitnesse" --checklist "Sélectionner les options" 15 60 8 "${opts[@]}" 3>&1 1>&2 2>&3)
  4. $ echo $retour
  5. "Redémarrer fitnesse" "Redémarrer tomcat"
');