4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
date="$(date +%d/%m/%y)"
|
|
clock="$(date +%R)"
|
|
echo " $date | $clock "
|