source: gs2-extensions/apache-jena/trunk/src/src/gs-triplestore-query@ 28451

Last change on this file since 28451 was 28451, checked in by davidb, 11 years ago

Add and Query scripts added to the mix

  • Property svn:executable set to *
File size: 185 bytes
Line 
1#!/bin/bash
2
3if [ $# -eq 0 ] ; then
4 echo "Usage: $0 <sparql-query>"
5 exit 1
6fi
7
8#pushd "$GEXT_JENA_INSTALLED"
9
10s-query --service http://localhost:3030/greenstone/query "$*"
11
12
13#popd
Note: See TracBrowser for help on using the repository browser.