From 39c037f9f417c51fa34ec5e4effd6e75fa78b3e8 Mon Sep 17 00:00:00 2001 From: kyodev <> Date: Tue, 22 May 2018 19:54:42 +0200 Subject: [PATCH] tests/debug_gi 1.5.0 --- scripts/tests/debug_gi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/tests/debug_gi b/scripts/tests/debug_gi index be991fd..0dafa42 100755 --- a/scripts/tests/debug_gi +++ b/scripts/tests/debug_gi @@ -4,7 +4,7 @@ # SC2016 Expressions don't expand in single quotes # SC2034 variable appears unused -version=1.4.0 +version=1.5.0 date="22/05/2018" script=$( basename "$0" ) output="$script.md" @@ -160,6 +160,12 @@ fi echo "## ls -l /usr/share/xsessions " printf "\\n%s\\n" '```' ls -l /usr/share/xsessions 2>/dev/null +printf "%s\\n\\n" '```' + + # init +echo "## ps -ef | head -n 2" +printf "\\n%s\\n" '```' +ps -ef | head -n 2 printf "%s\\n\\n" '```' # général @@ -167,6 +173,7 @@ echo "## ps -e" printf "\\n%s\\n" '```' ps -e printf "%s\\n\\n" '```' + # env echo "## env" printf "\\n%s\\n" '```'