aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/start-console.sh
blob: df4fd6ea524c7c42202872fec9a2fa03e9007266 (plain)
1
2
3
4
5
6
7
8
if ! type "screen" > /dev/null; then
    echo "[ERROR] Screen is not installed. Please install screen to use this utility ."
    exit
fi
rm ./pubnub-console.log
touch ./pubnub-console.log
set PYTHONPATH=../..
screen -c config