~ubuntuone-control-tower/ubuntuone-windows-installer/trunk

1
2
3
4
5
6
7
8
9
#!/bin/bash

# a wrapped 'python' script is generated at bin/,
# so we can just use 'python' here:
export PYTHON=python
export PATH=$PWD/bin:$PATH
echo "Prepended pwd/bin to path. Contents:"
ls -l bin