I got a very simple alias on my bash:
alias xfreerdpp='xfreerdp /v:ip_address /u:username /d:domain /p:password /size:1024x768 /clipboard /cert-ignore &'
All I want to do is to make the ip_address
a variable so that I can type xfreerdpp xxx.xxx.xxx.xxx
, passing ip_address
as an argument.