7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
date=$(date +"%d.%m.%y")
|
||
|
time=$(date +"%H:%M:%S")
|
||
|
|
||
|
echo " $date $time"
|