Projet

Général

Profil

Révision e852c150

Ajouté par Julien Enselme il y a environ 10 ans

Solves #378

Voir les différences:

bin/d7-all-drush.sh
10 10
for dir in $(find $d7_dir_sites -maxdepth 1 -mindepth 1 -type d ! -name all | sort) ; do
11 11
    cd $dir
12 12
    echo $dir
13
    eval drush $*
13
    drush "$@"
14 14
done

Formats disponibles : Unified diff