#!/bin/bash -eu

cwd="${0%/*}"

tools/sort-services --json "$cwd"/data*
