mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-25 03:45:16 +01:00
5 lines
163 B
Bash
5 lines
163 B
Bash
#!/bin/sh
|
|
NVD_ROOT=$1/`date -I`
|
|
JAR_PATH=$2/nist-data-mirror-1.0.0.jar
|
|
java -jar $JAR_PATH $NVD_ROOT
|
|
rm $NVD_ROOT/*.xml # D-C works directly with .gz files anyway. |