aboutsummaryrefslogtreecommitdiff
path: root/getlibs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'getlibs.sh')
-rwxr-xr-xgetlibs.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/getlibs.sh b/getlibs.sh
deleted file mode 100755
index be24be7..0000000
--- a/getlibs.sh
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/sh
2
3VERSION="4.1.0"
4NAME="RDFox-linux-$VERSION"
5LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip"
6DEST="./lib/"
7
8mkdir -p "$DEST"
9wget "$LINK"
10unzip "$NAME.zip"
11cp "./$NAME/lib/JRDFox.jar" "$DEST"