From ff74f613afcb809a3c887cc2be7c10361f7b7bab Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 15 Apr 2015 10:48:21 +0200 Subject: [PATCH] Add run script to just run within source --- bibframe/run.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bibframe/run.sh diff --git a/bibframe/run.sh b/bibframe/run.sh new file mode 100755 index 0000000..75a735d --- /dev/null +++ b/bibframe/run.sh @@ -0,0 +1,2 @@ +#!/bin/sh +../../metaproxy/src/metaproxy -c config-sparql.xml -- 1.7.10.4