#!/bin/bash -efu

cwd="${0%/*}"

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