19 lines
218 B
Bash
19 lines
218 B
Bash
#!/usr/bin/env bash
|
|
|
|
###################-p - \
|
|
rdesktop \
|
|
-x lan \
|
|
-P \
|
|
-z \
|
|
-g 1920x1080 \
|
|
-a 24 \
|
|
-u gamestation \
|
|
-d home.weaver \
|
|
gamestation &
|
|
#-g 3840x2160 \
|
|
#-g 1024x768 \
|
|
# -g 1024x768 \
|
|
disown
|
|
|
|
exit 0
|