]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/certcrl/testSubjects/X509tests/runCertScr
Security-57031.10.10.tar.gz
[apple/security.git] / SecurityTests / clxutils / certcrl / testSubjects / X509tests / runCertScr
1 #! /bin/tcsh -f
2 #
3 # run makeCertScr on test*.
4 #
5 foreach i (test*)
6 cd $i
7 makeCertScr
8 cd ..
9 end
10
11