blob: cdb186cb189ecac93fdf147b04ce130e16134cdc (
plain)
| 1
2
3
4
5
6
7
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"
 |