Projet

Général

Profil

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

root / bin / d7-all-usage.sh @ 284ceaad

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
for line in $(drush @default pml --no-core --pipe); do
8
    usage.sh -v d7 -s enabled -n "${line}"
9
    echo -e "\n"
10
done