9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
COLOR1="#00E9FF"
|
||
|
COLOR2="#008592"
|
||
|
|
||
|
time=$(date +"%H:%M:%S")
|
||
|
|
||
|
echo "^b$COLOR1^^c$COLOR2^ ^c$COLOR1^^b$COLOR2^ $time ^d^"
|