startw/addts
2020-04-05 21:19:19 +02:00

6 lines
79 B
Bash
Executable File

#!/bin/sh
while read -r line ; do
echo "[$(date +"%F %T")]: ${line}"
done