parent
8f2e15478d
commit
d2958cd301
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[?15n' |
Loading…
Reference in new issue