lkd-planet/gezegen-lkd/zaman.sh

7 lines
54 B
Bash
Raw Permalink Normal View History

#!/bin/bash
while read x
do
echo "$(date)::$x"
done