setup_linux_env.sh 108 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/bash export CHROME_BIN="/usr/bin/google-chrome" export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start &