#!/bin/sh

ip=$(cat ip.txt|tr -d "\n");

cmd="curl -s \"http://${ip}:8998/batches\"|python3 -m json.tool"
echo $cmd
eval $cmd
