summaryrefslogtreecommitdiff
path: root/orch_shell
blob: 94e160759b01f6cddc7563c825167b9a3155a45b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cat << EOF > /tmp/start_orch_shell.py
import imp, ciatlib
configure = imp.load_source('configure', '../source/configure.py')
configure.configure()
EOF

cd orchenv-master
./bin/python -i /tmp/start_orch_shell.py