Project

General

Profile

Paste
Download (106 Bytes) Statistics
| Branch: | Revision:

root / bin / sauron.sh @ eec59787

1
#!/bin/sh
2

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

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