5 lines
83 B
Text
5 lines
83 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "$LABEL$(date "+%a %Y-%m-%d %H:%M")"
|
||
|
echo "$LABEL$(date "+%H:%M")"
|