From d703c34d918a75a4d5a984143c8fbd5049931b1a Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 29 Apr 2014 03:11:45 +0530 Subject: adding start console script and helper files --- python/examples/config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/examples/config (limited to 'python/examples/config') diff --git a/python/examples/config b/python/examples/config new file mode 100644 index 0000000..1c73645 --- /dev/null +++ b/python/examples/config @@ -0,0 +1,9 @@ +sessionname pubnub-console +screen -t output tail -f ./pubnub-console.log +split +focus down +screen -t console python console.py "set_output_file" +split -v +focus down +screen -t help vi ./console-help.txt +focus up -- cgit v1.2.3 From 8395a9a3922e345608aa1e49b4aa27b9d5927a0d Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 30 Apr 2014 00:43:56 +0530 Subject: making tweaks to run on osx --- python/examples/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/config') diff --git a/python/examples/config b/python/examples/config index 1c73645..f35134f 100644 --- a/python/examples/config +++ b/python/examples/config @@ -5,5 +5,5 @@ focus down screen -t console python console.py "set_output_file" split -v focus down -screen -t help vi ./console-help.txt +screen -t help vi -R ./console-help.txt focus up -- cgit v1.2.3