Projet

Général

Profil

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

root / bin / d7-all-usage.sh @ 06e9d071

1
#!/bin/sh
2

    
3
. /home/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