commit ea32f20d1a0cc0ec25d21e4505dcdc49b8d0ca56 Author: ccx <root@dorje.wpr.cz> Date: Thu, 11 Mar 2021 14:42:55 +0100 initial commit Diffstat:
A | install | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/install b/install @@ -0,0 +1,7 @@ +#!/bin/sh +set -x + +test -d "$1" || exit 1 +dst=$1 + +exec s6-linux-init "$dst"