mirror of
https://github.com/likeablob/macmini.git
synced 2025-03-13 06:30:05 +00:00
7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
vncserver -kill :1
|
|
vncserver -geometry 512x384 -depth 16
|
|
ssvncviewer -scale 0.625 :1 -fullscreen -passwd ~/.vnc/passwd &
|
|
DISPLAY=:1 BasiliskII --nogui true
|