Commit ce1ae939 authored by lukas.niegsch's avatar lukas.niegsch

added little setup script

parent 473be7d4
#! /bin/bash
CLIENT_PORT=8080
SERVER_PORT=9222
google-chrome-stable --headless --remote-debugging-port=${SERVER_PORT} &
python -m http.server -b localhost ${CLIENT_PORT} &
sleep 3
google-chrome-stable --disable-web-security --user-data-dir=/var/tmp/chrome "http://localhost:${CLIENT_PORT}?browser=http://localhost:${SERVER_PORT}"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment