Skip to content

Instantly share code, notes, and snippets.

@shalakaPatil
shalakaPatil / grid-hub - Bash file
Last active December 26, 2015 07:09
Issue with starting clj-webdriver grid locally.
#!/usr/bin/env bash
#
# Usage: grid-hub {start|stop}
#
source $(dirname $0)/util
EXPECTED_ARGS=1
E_BADARGS=65