Chez ouam

/home/jmfrouin

View on GitHub
11 April 2014

Débugger un script bash

by Jean-Michel Frouin

Simple efficace, activer le debug d'un script bash :

set -x

Et pour le désactiver

set +x

tags: