diff options
-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 |
index : bin | ||
mainly shell script | Jérémy Zurcher |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | rdp | 2 |
@@ -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 |