File: cbox

package info (click to toggle)
emacspeak 53.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,768 kB
  • sloc: lisp: 56,393; xml: 52,463; tcl: 1,333; cpp: 1,168; sh: 859; makefile: 739; python: 547; perl: 509; javascript: 191; ansic: 82
file content (8 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash
# Description: Headless Chrome
set -x


pidof Xvfb ||  nice -n 15 Xvfb -ac :5 -screen 0 800x200x16 &
export DISPLAY=:5
nice -n 19 google-chrome-unstable  --remote-debugging-port=9222 "$@"  2>&1 > /dev/null &