X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=geneimg.sh;fp=geneimg.sh;h=0000000000000000000000000000000000000000;hp=b648322d80035dc194b7ed754bd614570e7b935e;hb=c1b22636d04ef04d31842b40878c83fa63ebe739;hpb=821b1a2b909563f88f95a7fc7caaeda0acb4e602 diff --git a/geneimg.sh b/geneimg.sh deleted file mode 100644 index b648322..0000000 --- a/geneimg.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Contributo di A. Frusciante -for i in img/*dia -do -j=`basename $i .dia` -dia -e img/$j.eps $i -epstopdf img/$j.eps --outfile=img/$j.pdf -done