Projet

Général

Profil

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

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

1 7a3ea9a7 Florent Torregrosa
#!/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 cd78d688 Florent Torregrosa
for line in $(drush pml --no-core --pipe); do
10 7a3ea9a7 Florent Torregrosa
    usage.sh d7 enabled "$line"
11 31466801 Florent Torregrosa
    echo -e "\n"
12 cd78d688 Florent Torregrosa
done