david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 28.10.2016 13:45

This commit is contained in:
david 2016-10-28 13:45:11 +02:00
parent 3a6cf7035e
commit 05762b0370
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ rdp()
else
which xfreerdp >/dev/null
if [ $? -eq 0 ]; then
xfreerdp /v:$server /u:$username /d:$domain /size:1920x1080
xfreerdp +clipboard /v:$server /u:$username /d:$domain /size:1920x1080
else
echo "error: no rdp client found"
exit 1