update-ifo.sh
changeset 4 746384ca83b6
parent 3 cc5593c28a4b
--- a/update-ifo.sh	Sun Jun 28 21:12:19 2009 +0300
+++ b/update-ifo.sh	Sun Jun 28 21:19:47 2009 +0300
@@ -29,5 +29,7 @@
 echo "author=Oleksandr Gavenko" >>$1
 echo "email=gavenkoa@gmail.com" >>$1
 echo "website=http://gavenkoa.blogspot.com" >>$1
-echo "description=Irregular verbs dictionary with translation to Russian." >>$1
 echo "date=$date" >>$1
+if [ -e $name.descr ]; then
+  echo "description="`head -n 1 $name.descr` >>$1
+fi
\ No newline at end of file