#!/bin/bash

IP=127.0.0.1
PORT=5000

curl -v -F "command=quit" ${IP}:${PORT}/control
