Skip to content

Instantly share code, notes, and snippets.

@cpjobling
Forked from elijahmanor/smoke-test.sh
Created June 29, 2023 15:00
Show Gist options
  • Save cpjobling/36aec37588ac6d28dbf70e0e8388ae37 to your computer and use it in GitHub Desktop.
Save cpjobling/36aec37588ac6d28dbf70e0e8388ae37 to your computer and use it in GitHub Desktop.
Font Smoke Test
#/bin/bash
echo "Normal"
echo "\033[1mBold\033[22m"
echo "\033[3mItalic\033[23m"
echo "\033[3;1mBold Italic\033[0m"
echo "\033[4mUnderline\033[24m"
echo "== === !== >= <= =>"
echo "契     勒 鈴 "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment