Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- #!/bin/bash
- #########################
- # VARIABLES IN ALL CAPS #
- #########################
- BLINK='\e[5m'
- #########
- # START #
- #########
- echo -e $BLINK"All of this text will blink in this script, enjoy!"
- #######
- # END #
- #######
- ImPerialTeKSolutions@outlook.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement