#!/bin/sh -e

# unfortunately pipelines are bundles and can be custom named, currently they all end by convention with "-pipeline"
s6-rc-db -c /usr/lib/s6-rc/compiled-work list all | grep -Fv -- "-pipeline" | sort -d
