5 lines
89 B
Text
5 lines
89 B
Text
|
#!/bin/bash
|
||
|
date="$(date +%d/%m/%Y)"
|
||
|
clock="$(date +%R:%S)"
|
||
|
echo " dte: $date - $clock "
|