From d7e25ced8a15554e3afb2eb9b1800de271efbd87 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 10 Nov 2022 13:04:50 +0100 Subject: disko: add --debug --- disko | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/disko b/disko index 6cb869a..89926d8 100755 --- a/disko +++ b/disko @@ -30,6 +30,8 @@ Options: pass value to nix-build as string * --dry-run just show the path to the script instead of running it +* --debug + run with set -x USAGE } @@ -47,6 +49,9 @@ abort() { while [[ $# -gt 0 ]]; do case "$1" in + --debug) + set -x + ;; -m | --mode) mode=$2 shift -- cgit v1.2.3