Mercurial > hg > aimc
view scripts/build_python_module.sh @ 75:799e7d0e5cdc
- AWS fixen
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 17:29:51 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..