#!/usr/bin/env sh cd /run/runit/service || exit for service in "$@"; do unlink -- "$service" done