X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=gpgsigs%2Fgpgsigs-eps-helper;fp=gpgsigs%2Fgpgsigs-eps-helper;h=544eae3aa096c27b36b20d37934aaba856598b5c;hb=c201de5e807680720bea0f506b2c48ca30707280;hp=0000000000000000000000000000000000000000;hpb=7e43974c6c93dde1a7014ecf40c8308f9eeac51b;p=pgp-tools.git diff --git a/gpgsigs/gpgsigs-eps-helper b/gpgsigs/gpgsigs-eps-helper new file mode 100755 index 0000000..544eae3 --- /dev/null +++ b/gpgsigs/gpgsigs-eps-helper @@ -0,0 +1,10 @@ +#!/bin/sh + +ID="$1" +NUM=1 + +while test -e $ID.$NUM.eps ; do + NUM=`expr $NUM + 1` +done + +convert - $ID.$NUM.eps