Projet

Général

Profil

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

root / bin / d7-all-usage.sh @ 3eef768d

1
#!/bin/sh
2

    
3
. /users/guest/assos/bin/scripts-config.sh
4

    
5
# For each modules and themes, list and count how much sites use its.
6

    
7
cd $d7_dir_sites
8

    
9
for line in $(drush pml --no-core --pipe); do
10
    usage.sh d7 enabled "$line"
11
    echo -e "\n"
12
done