9 lines
81 B
Bash
9 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sway &
|
||
|
sleep 0.1
|
||
|
wayvnc :: &
|
||
|
novnc_server &
|
||
|
|
||
|
sleep infinity
|