6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
xvfb-run -a --server-args="-screen 0 800x600x24" $@
|