We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37536ce commit 5e76dfeCopy full SHA for 5e76dfe
1 file changed
scripts/useseccert.sh
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+# script to remove JDK 1.5+ generics from a file
3
+
4
+(
5
+ed $1 <<%%
6
+g/org.bouncycastle.jce.cert./s//java.security.cert./g
7
+w
8
+q
9
+%%
10
+) > /dev/null 2>&1
0 commit comments