6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
# Run media-downloader with Xvfb virtual display
|
|
# This allows headed browsers (ImgInn, Toolzu) to run without a GUI
|
|
|
|
env DISPLAY=:100 HOME=/root XAUTHORITY= "$@"
|