Hi all,
do you want to see, step-by-step, what commands a script runs? Then call the scipt from a konsole with
Konsole then shows all commands as they are executed. So you can easily see what actually gets executed when.Code:bash -x /path/and/name/of/the/script.sh
probono
