6 lines
57 B
Text
6 lines
57 B
Text
|
#!/bin/bash
|
||
|
|
||
|
printf '\uf5ec '
|
||
|
|
||
|
date "+%Y-%m-%d %H:%M:%S"
|