diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-01-15 14:36:49 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-01-15 14:36:49 +0100 |
commit | e8d6d89641bf6febebfc2e18217adb0191f11f07 (patch) | |
tree | bccff0975c861f8cbec0063ce655276a23ae66c6 | |
parent | a9f8bc0ad4ce03c6df0f6e4fa4c7eef1cde24bd4 (diff) | |
download | bin-e8d6d89641bf6febebfc2e18217adb0191f11f07.zip bin-e8d6d89641bf6febebfc2e18217adb0191f11f07.tar.gz |
rdp : set default window width and height
-rwxr-xr-x | rdp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [ $# -lt 1 ] && echo "missing hostname" && exit 1 -OPTS="/kbd:0x0000100C" +OPTS="/w:1800 /h:1000 /kbd:0x0000100C" host="$1" if [ $# -gt 1 ]; then |