#!/bin/bash

portoctl list | grep "workload.*start" | awk '{print "portoctl kill "$1" SIGHUP"}' | bash
