#!/bin/bash

 setterm -foreground magenta -background black -bold on && clear
 figlet $(figlet -c INX ) 
 echo && echo  
 setterm -foreground cyan -background black 
 figlet INX "                   " Is Not X 
 echo 
 setterm -foreground white -bold off

 exit
