5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
current_date=$(date "+%d/%m/%Y %H:%M")
|
|
echo " ${current_date} "
|