]> git.sthu.org Git - pgp-tools.git/blob - gpgsigs/gpgsigs-eps-helper
+ Made removal of nonexistent photos quiet by the use of the force option.
[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