Created
November 30, 2016 18:13
-
-
Save zahna/1d77f9529840e8d2eeda63a3ad3db804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Source function library. | |
| . /etc/rc.d/init.d/functions | |
| setsid java -jar /opt/ci/selenium-server-standalone-2.35.0.jar 2>&1 > /var/log/selenium.log & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment