Created
May 1, 2011 18:11
-
-
Save computercolin/950700 to your computer and use it in GitHub Desktop.
rdesktop convenience bash script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Execs rdesktop with good settings for Colin's laptop. | |
# -D hide MW decoratinos | |
# -z enable RDP compression | |
# -g WxH viewport geometry | |
# -r sound:remote play sounds remotely | |
rdesktop -D -z -g 1440x870 -r sound:remote $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment