Projet

Général

Profil

Paste
Télécharger (200 octets) Statistiques
| Branche: | Révision:

root / bin / d7-all-reset-variables.sh @ d52a5b2f

1 d52a5b2f jenselme
#!/bin/sh
2
3
. /users/guest/assos/bin/scripts-config.sh
4
5
for dir in `find $d7_dir_sites -maxdepth 1 -mindepth 1 -type d ! -name all | sort` ; do
6
    cd $dir
7
    echo $dir
8
    d7-reset-variables.sh
9
done