Projet

Général

Profil

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

root / bin / drushcronone @ e253ff2a

1
#!/bin/sh
2
PATH=/usr/local/bin:/usr/bin:/bin
3

    
4
if [ $# -lt 1 ]; then
5
  echo "usage: $0 <site's folder name>"
6
  exit 1
7
fi
8

    
9
cd "$d6_sites_dir/$*"
10
pwd;
11
drush cron;