Shell script to start xvfb
Below script can be used to start xvfb and manage the same. #!/bin/sh XVFB_DISPLAY=”:1″ case “`uname`” in “Linux”) XVFB_BINARY=/usr/X11R6/bin/Xvfb ;;...
bash / Installation / Linux / Must Know / Shell Scripting / Solaris Unix
by Ramakanta · Published August 10, 2011 · Last modified September 2, 2014
Below script can be used to start xvfb and manage the same. #!/bin/sh XVFB_DISPLAY=”:1″ case “`uname`” in “Linux”) XVFB_BINARY=/usr/X11R6/bin/Xvfb ;;...
Advertisement
Advertisement
Advertisement