03-infobox.sh 126 B

12345678910
  1. #!/bin/sh
  2. TERM=ansi whiptail \
  3. --title 'infobox' \
  4. --backtitle 'whiptail' \
  5. --infobox \
  6. '¡Hola Mundo!' \
  7. 8 \
  8. 24