Add a changelog
[pgp-tools.git] / gpgsigs / gpgsigs-eps-helper
1 #!/bin/sh
2
3 ID="$1"
4 NUM=1
5
6 while test -e $ID.$NUM.eps ; do
7 NUM=`expr $NUM + 1`
8 done
9
10 convert - $ID.$NUM.eps