blob: f35134ff712919c25919a4bd265ba2ad51b2facf (
plain)
| 1
2
3
4
5
6
7
8
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 -R ./console-help.txt
focus up
 |