#!/bin/bash echo "Nettoyage..." set -x cd ~ rm -rf osTicket rm -rf /var/www/osticket rm -rf /usr/src/osticket set +x echo "Fin"