diff options
| author | Devendra | 2014-04-29 03:11:45 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-29 03:11:45 +0530 | 
| commit | d703c34d918a75a4d5a984143c8fbd5049931b1a (patch) | |
| tree | 4438352661eafe3384a397ad8c68ed008c20ab1f /python/examples/config | |
| parent | 769c3a908890a15c8f5e08cd651e1120194c2e74 (diff) | |
| download | pubnub-python-d703c34d918a75a4d5a984143c8fbd5049931b1a.tar.bz2 | |
adding start console script and helper files
Diffstat (limited to 'python/examples/config')
| -rw-r--r-- | python/examples/config | 9 | 
1 files changed, 9 insertions, 0 deletions
| 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 | 
