Advertisement
v1ral_ITS

Blinking text bash scripting

Mar 24th, 2018
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. Easy to make your text stand out as we have went out colorizing your bash scripts i will now teach you the easy command to make any and or all of your text BLINK
  2.  
  3. #!/bin/bash
  4. #########################
  5. # VARIABLES IN ALL CAPS #
  6. #########################
  7. BLINK='\e[5m'
  8. #########
  9. # START #
  10. #########
  11. echo -e $BLINK"All of this text will blink in this script, enjoy!"
  12. #######
  13. # END #
  14. #######
  15.  
  16. ImPerialTeKSolutions@outlook.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement