#!/bin/bash # # create an inflix databasse # influx -host localhost -port 8086 << __EOC__ settings CREATE DATABASE tests __EOC__ lynx -head -dump http://localhost:8086/ping?verbose=true