core-system-scripts

Scripts submodule for the core-system repository
git clone https://ccx.te2000.cz/git/core-system-scripts
Log | Files | Refs

commit ba2d035482311ff9a4407d0bef0f969ab4895b49
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Mon, 25 Jul 2022 11:10:39 +0200

Initial commit, 's' script to inspect services/s6-rc

Diffstat:
Acommand/s | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/command/s b/command/s @@ -0,0 +1,2 @@ +#!/bin/zsh +diff -u <(s6-rc listall ok-all) <(s6-rc -a list)