solo_config/solopath
Sebastian Boden bfd3d0a206 moving solopath back into the python folder
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@6676 bc5caf13-1734-44f8-af43-603852e9ee25
2018-03-08 10:06:36 +00:00

13 lines
No EOL
460 B
Bash
Executable file

#!/bin/bash
/usr/bin/env ipython -i $(dirname $0)/solopath.py -- "$@"
# Use this script to execute a python module directly, i.e.
# import it correctly and then execute its main(argv) function if it has one
# This is meant for testing purposes etc
# Allowed syntax:
# eda/python/solo$ ../solopath hetept/data.py -e FAR
# eda/python$ ./solopath solo.hetept.data -e FAR
# Of course you can also directly call ipython -i solopath.py -- module.py -o -a -e etc