File: X11_launch_Xvfb

package info (click to toggle)
libx11-keyboard-perl 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • ctags: 9
  • sloc: perl: 68; sh: 16; makefile: 11
file content (9 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -x

DISPLAY=$1
XVFB_BINARY=$(type -p Xvfb)

${XVFB_BINARY} -nolisten TCP :${DISPLAY} 1>/dev/null 2>/dev/null &
echo $$