dotfiles/scripts/fonts-test.sh

10 lines
227 B
Bash
Raw Permalink Normal View History

2024-04-19 12:25:03 +00:00
#!/bin/bash
echo -e "\e[0mdefault\e[0m"
echo -e "\e[1mbold\e[0m"
echo -e "\e[3mitalic\e[0m"
echo -e "\e[3m\e[1mbold italic\e[0m"
echo -e "\e[4munderline\e[0m"
echo -e "\e[9mstrikethrough\e[0m"
echo -e "\e[31mHello World\e[0m"