mirror of
https://github.com/lukaszlach/kali-desktop
synced 2026-08-05 16:12:41 +02:00
6 lines
140 B
Plaintext
Executable File
6 lines
140 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
set -e
|
|
if [[ "$RESOLUTION" == "" ]]; then
|
|
RESOLUTION=1280x600x24
|
|
fi
|
|
Xvfb "$DISPLAY" -screen 0 "$RESOLUTION" |