Due to issues with the Internet.ee domain registry, our main domain, paste.ee, is currently disabled due to abuse reports. We are looking into alternative domains to continue operation, but for now the pastee.dev domain is the primary domain.
If you wish to blame someone, blame the scum using this site as a malware host.
Submitted on July 31, 2020 at 01:52 PM

New Paste 1 (Bash)

function set_ps1()
{
COLOR_DEFAULT='\[\e[0m\]'
BOLD='\[\e[1m\]'
COLOR1='\[\e[48;5;52m\]'    # bg dark red
COLOR2='\[\e[38;5;52m\]'    # fg dark red
COLOR3='\[\e[48;5;1m\]'     # bg red
COLOR4='\[\e[38;5;21m\]'    # fg blue

echo "\
"$COLOR1"\
!!!\
"$COLOR_DEFAULT"\
 \
"$BOLD"\
"$COLOR2"\
"$COLOR3"\
\u\
 \
@\
 \
\h\
:\
"$COLOR_DEFAULT"\
"$COLOR4"\
\w\
"$COLOR_DEFAULT"\
"$COLOR2"\
\\$\
"$COLOR_DEFAULT"\
 \
"
}
PS1="$(set_ps1)"