Skip to content

Instantly share code, notes, and snippets.

@jerrythomas
Last active October 24, 2022 05:38
Show Gist options
  • Save jerrythomas/b48c9d3fe54f03c7820f03670f7f0022 to your computer and use it in GitHub Desktop.
Save jerrythomas/b48c9d3fe54f03c7820f03670f7f0022 to your computer and use it in GitHub Desktop.
#!/bin/bash
fg="\e[38;5;"
bg="\e[48;5;"
reset="\e[0m"
grey="0m"
red="1m"
green="2m"
yellow="3m"
blue="4m"
pink="5m"
green="6m"
white="7m"
printf "${fg}${blue}┌(${reset}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment