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