4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
echo -e 'Wait(3, seconds)\nQuit()' | xvfb-run -s '-screen 0 640x480x8 -extension RANDR' x3270 -script
|