Skip to content

Instantly share code, notes, and snippets.

@DarkHole1
Created June 1, 2018 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarkHole1/56ed4f6b856b042f0cd18eb3caaba6c2 to your computer and use it in GitHub Desktop.
Save DarkHole1/56ed4f6b856b042f0cd18eb3caaba6c2 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -en '\033[38;2;255;0;0m' && figlet -c -t RTFM && printf '%*s' $((($COLUMNS-23)/2)) && echo -e '\033[38;2;255;0;0mR\033[0mead \033[38;2;255;0;0mT\033[0mhe \033[38;2;255;0;0mF\033[0mucking \033[38;2;255;0;0mM\033[0manual'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment