dotfiles/bin/svls

6 lines
97 B
Text
Raw Permalink Normal View History

#!/usr/bin/env sh
cd /run/runit/service || exit
for service in *; do
sv status "$service"
done