blob: 89c38bd7f5a61a69b883944ee32c7c78a93575d4 [file] [log] [blame]
#!/bin/bash
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
(
#echo "cd sparqler"
cd sparqler
env BACKGROUND=0 ./run-sparqler "$@"
)