kenmartin-unix
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
8 additions and
0 deletions
-
BIN
bwbasic
-
BIN
bwbasic-3.20b-CHIP.tar
-
BIN
focal
-
BIN
focal-1.0.5a-CHIP.tar
-
startvnc
|
|
@@ -0,0 +1,8 @@ |
|
|
|
echo " " |
|
|
|
echo "Stopping if running and starting vncserver" |
|
|
|
echo " " |
|
|
|
export DISPLAY=:1 |
|
|
|
vncserver -kill :1 |
|
|
|
vncserver -depth 24 -geometry 1280x600 -name "C.H.I.P." :1 |
|
|
|
# autocutsel & |
|
|
|
|