parent
d2958cd301
commit
e6d13fceb5
3 changed files with 23 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
#!/bin/sh |
||||
|
||||
# fill space with E |
||||
printf '\033#8' |
||||
#set color |
||||
printf '\033[46;31;3m' |
||||
|
||||
printf '\033[?25n' |
Loading…
Reference in new issue