diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-02-11 10:06:07 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:18:48 +0100 |
commit | df18d12702d0e1c597ce898016055fb34835ffc3 (patch) | |
tree | 195345a34f30ada6d0c7b3adefca6503db49222b /cerbero-uninstalled |
Initial commit
Diffstat (limited to 'cerbero-uninstalled')
-rwxr-xr-x | cerbero-uninstalled | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cerbero-uninstalled b/cerbero-uninstalled new file mode 100755 index 00000000..eb040b5d --- /dev/null +++ b/cerbero-uninstalled @@ -0,0 +1,4 @@ +export PYTHONPATH=$PYTHONPATH:`pwd` + +python bin/cerbero "$@" + |