From 066f175fdbb0c43219e181952fc85e97e1c6dc73 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Fri, 2 Oct 2015 12:20:43 +0100 Subject: Add interactive shell for orchestration --- orch_shell | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 orch_shell diff --git a/orch_shell b/orch_shell new file mode 100755 index 0000000..94e1607 --- /dev/null +++ b/orch_shell @@ -0,0 +1,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 -- cgit v1.2.1