diff options
| author | Devendra | 2014-04-30 00:43:56 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-30 00:43:56 +0530 | 
| commit | 8395a9a3922e345608aa1e49b4aa27b9d5927a0d (patch) | |
| tree | ef8da82db44727cfe4306dabee56d418bad169fe /python/examples/config_osx | |
| parent | d703c34d918a75a4d5a984143c8fbd5049931b1a (diff) | |
| download | pubnub-python-8395a9a3922e345608aa1e49b4aa27b9d5927a0d.tar.bz2 | |
making tweaks to run on osx
Diffstat (limited to 'python/examples/config_osx')
| -rw-r--r-- | python/examples/config_osx | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/python/examples/config_osx b/python/examples/config_osx new file mode 100644 index 0000000..cdb186c --- /dev/null +++ b/python/examples/config_osx @@ -0,0 +1,8 @@ +sessionname pubnub-console +screen -t help vi -R ./console-help.txt +split +focus down +screen -t output tail -f ./pubnub-console.log +split  +focus down +screen -t console  python console.py "set_output_file" | 
