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