255724d640
git-svn-id: file:///home/svn/framework3/trunk@7850 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
181 B
Bash
Executable File
9 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
|
|
javac -target 1.3 -source 1.3 AppletX.java
|
|
|
|
jar cvf CVE-2009-3867.jar AppletX.class
|
|
rm -f AppletX.class
|
|
|
|
mv CVE-2009-3867.jar ../../../../data/exploits/CVE-2009-3867.jar
|