diff --git a/contrib/fiware-query.sh b/contrib/fiware-query.sh new file mode 100755 index 000000000..c529f1f8d --- /dev/null +++ b/contrib/fiware-query.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +(curl 46.101.131.212:1026/v1/queryContext -s -S \ + --header 'Content-Type: application/json' \ + --header 'Accept: application/json' -d @- | python -mjson.tool) <