We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b947d6 + 6e8fdee commit 6350434Copy full SHA for 6350434
scripts/rdp
@@ -18,11 +18,11 @@ while getopts ':i:u:p:H:' OPTION; do
18
u) user="$OPTARG" ;;
19
p)
20
pass="$OPTARG"
21
- xfreerdp /v:$host /u:$user /p:$pass /cert:ignore /dynamic-resolution +clipboard
+ xfreerdp /v:"$host" /u:"$user" /p:"$pass" /cert:ignore /dynamic-resolution +clipboard
22
;;
23
H)
24
hash="$OPTARG"
25
- xfreerdp /v:$host /u:$user /pth:$hash /cert:ignore /dynamic-resolution +clipboard
+ xfreerdp /v:"$host" /u:"$user" /pth:"$hash" /cert:ignore /dynamic-resolution +clipboard
26
27
?)
28
usage
0 commit comments