Projet

Général

Profil

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

root / bin / d7-all-usage.sh @ master

1 7a3ea9a7 Florent Torregrosa
#!/bin/sh
2
3 06e9d071 Assos Assos
. /home/assos/bin/scripts-config.sh
4 7a3ea9a7 Florent Torregrosa
5
# For each modules and themes, list and count how much sites use its.
6
7 a14d4cd9 Julien Enselme
for line in $(drush @default pml --no-core --pipe); do
8 15ed27d8 Julien Enselme
    usage.sh -v d7 -s enabled -n "${line}"
9 31466801 Florent Torregrosa
    echo -e "\n"
10 06e9d071 Assos Assos
done