79568263

Date: 2025-04-11 07:38:01
Score: 1.5
Natty:
Report link
#!/bin/bash
# you know colours
cyan="\e[38;2;0;255;255m"
blue="\e[48;2;0;0;255m"
clear="\e[0m"
# etcetera, but borders?
line="\e(0"
end="\e(B"
# now play your cards.
echo -e "${blue}${cyan}${line}lqwqk"
echo -e "tqnqu"
echo -e "mqvqj${end}Words here.${clear}"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Unoheaken