Mercurial > hg > aimc
view trunk/scripts/build_python_module.sh @ 520:2e53a3b92525
AIM-o-matic scripts for automated running of AIM on a server.
author | tom@acousticscale.org |
---|---|
date | Wed, 22 Feb 2012 14:03:43 +0000 |
parents | e344ef4898b2 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..