blob: 1c73645a5cea90624176fd1ac2229dea4f3554b3 (
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 ./console-help.txt
focus up
 |