KasmVNC/dev_session_start.sh

5 lines
84 B
Bash

#!/usr/bin/env bash
while ( true ); do
/usr/bin/xfce4-session --display :0
done;