lkd-planet/gezegen-topluluk/zaman.sh

7 lines
54 B
Bash
Raw Normal View History

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