7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ -n "$WEBSOCK" ]]; then
|
|
websockify --web /usr/share/novnc 6080 localhost:5900 &
|
|
fi
|
|
|
|
eval "$@" |