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