lkd-planet/gezegen/zaman.sh

7 lines
54 B
Bash
Raw Permalink Normal View History

2008-10-21 23:22:55 +03:00
#!/bin/bash
while read x
do
echo "$(date)::$x"
done