Projet

Général

Profil

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

root / bin / sauron.sh @ a629a580

1
#!/bin/sh
2

    
3
# Activate virtualenv
4
cd /home/assos/sauron
5
. bin/activate
6

    
7
# Launch sauron
8
cd sauron
9
fab "$@"