diff options
Diffstat (limited to 'rdp')
-rwxr-xr-x | rdp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [ $# -lt 1 ] && echo "missing hostname" && exit 1 -OPTS="/w:1800 /h:1000 /kbd:0x0000100C" +OPTS="/w:1800 /h:1000 /kbd:0xA000040C" host="$1" if [ $# -gt 1 ]; then |