lkd-planet/gezegen-kisisel/zaman.sh

7 lines
54 B
Bash
Raw Permalink Normal View History

2009-01-22 21:06:37 +02:00
#!/bin/bash
while read x
do
echo "$(date)::$x"
done