mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-25 17:04:09 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/usr/bin/env bash
|
|
|
|
while ( true ); do
|
|
/usr/bin/xfce4-session --display :0
|
|
done;
|