Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am philstark on github.
  • I am philstark (https://keybase.io/philstark) on keybase.
  • I have a public key ASBB7A22U45IFFpRByxbAsTU2gS_g1wF-a3Tg4uA4SEhSwo

To claim this, I am signing this object:

@philstark
philstark / selenium-start-stop.sh
Last active December 1, 2016 05:14 — forked from alexnederlof/selenium-start-stop.sh
Selenium start-stop script
#!/bin/bash
# Note that this script requires you to have
# an X window running on Display :90
# This can be done by running: /usr/bin/Xvfb :90 -ac -screen 0 1024x768x8 &
#
# You can save this script as /etc/init.d/selenium to start and stop selenium
PORT=4444
DESC="Selenium server"