Add a note in caffrc.sample about using the -u option to select which keyid
[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