dotwryn/colorschemes/active/getty.sh

12 lines
398 B
Bash
Raw Permalink Normal View History

2024-04-09 01:11:39 +00:00
#!/bin/sh
# do not edit; generated by scwrypts
2024-10-16 21:30:52 +00:00
# theme : halloween
2024-04-09 01:11:39 +00:00
#
# source this file to apply colorscheme to linux getty
#
[[ "$TERM" =~ ^linux$ ]] || return 0
2024-10-16 21:30:52 +00:00
/bin/echo -e " ]P0000505 ]P100f900 ]P2ff6f00 ]P38b41d5 ]P4ac0041 ]P5750dcc ]P600f900 ]P7d0f0f0 ]P8a3ff90 ]P9ffe082 ]PAbb94e6 ]PBff283e ]PCd6bff0 ]PDcbffbe ]PEd0f0f0 ]PF7e707e "
2024-04-09 01:11:39 +00:00
[ ! $NO_CLEAR ] && clear
return 0
sed $d