5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
|
|
icon=""
|
|
printf "$icon ^c#f7ca88^$(date '+%a, %B %d')^d^"
|